Skip to content

Commit

Permalink
Prepare for 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Aug 12, 2024
1 parent 775faf4 commit 442c689
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=8.1",
"beluga-php/docker-php-api": "7.1.43.0",
"beluga-php/docker-php-api": "7.1.44.0",
"nyholm/psr7": "^1.8",
"php-http/client-common": "^2.7",
"php-http/discovery": "^1.19",
Expand Down Expand Up @@ -60,7 +60,9 @@
"branch-alias": {
"1.41": "1.41.x-dev",
"1.42": "1.42.x-dev",
"dev-master": "1.43.x-dev"
"1.43": "1.43.x-dev",
"1.44": "1.44.x-dev",
"dev-master": "1.45.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 442c689

Please sign in to comment.