Skip to content

Commit

Permalink
Update composer.json to require PHP 8.1 and Illuminate/Support 9.30 o…
Browse files Browse the repository at this point in the history
…r 10.0 in the require section, and PHPUnit 9.0 in the require-dev section
  • Loading branch information
RodriigoGS committed Mar 17, 2023
1 parent 34ec1fa commit 1c44b48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
}
],
"require": {
"php": "^7.1",
"illuminate/support": "5.6.*|5.7.*",
"php": "^8.1",
"illuminate/support": "^9.30|^10.0",
"ext-mbstring": "*"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1c44b48

Please sign in to comment.