Skip to content

Commit

Permalink
fix composer_11.0.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 3, 2024
1 parent b1b3e4e commit 3f94cc4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer_11.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"wallet",
"payments"
],
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable" : true,
"homepage": "https://github.com/bavix/laravel-wallet-benchmark",
"license": "MIT",
"authors": [
Expand All @@ -21,14 +22,14 @@
}
],
"require": {
"php": "^8.1",
"bavix/laravel-wallet": "11.x-dev"
"php": "^8.2",
"bavix/laravel-wallet": "^11.0"
},
"require-dev": {
"brianium/paratest": "^7.0",
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^v8.0",
"phpunit/phpunit": "^10.0",
"brianium/paratest": "^7.4",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.5",
"rector/rector": "^0.12.5",
"symplify/easy-coding-standard": "^10.0"
},
Expand Down

0 comments on commit 3f94cc4

Please # to comment.