Skip to content

Commit

Permalink
Upgrade to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcher committed Apr 20, 2023
1 parent c62a4e4 commit 3c0011b
Show file tree
Hide file tree
Showing 4 changed files with 1,671 additions and 1,796 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"laravel", "eloquent", "API", "models"
],
"require": {
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0"
},
"require-dev": {
"php": "^7.1.3|^8.0",
"phpunit/phpunit": "^9.0|^10.0",
"orchestra/testbench": "^6.0"
"php": "^8.2",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.5"
},
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit 3c0011b

Please sign in to comment.