Skip to content

Commit

Permalink
Prepare the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Mar 17, 2024
1 parent dcade38 commit 225a632
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"license": "MIT",
"require": {
"php": "^8.2",
"illuminate/contracts": "^11.0",
"illuminate/support": "^11.0"
"illuminate/contracts": "^12.0",
"illuminate/support": "^12.0"
},
"require-dev": {
"laravel/framework": "^11.0",
"orchestra/testbench-core": "^9.0",
"laravel/framework": "^12.0",
"orchestra/testbench-core": "^10.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "11.x-dev"
"dev-develop": "12.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 225a632

Please sign in to comment.