Skip to content

Commit

Permalink
Update to Laravel 9 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Apr 11, 2022
1 parent 52f3d11 commit 71fd169
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 701 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.4.2",
"illuminate/support": "^8.0",
"illuminate/support": "^9",
"ext-json": "*"
},
"require-dev": {
"nunomaduro/collision": "^5.4",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.4"
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^7.3",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 71fd169

Please sign in to comment.