Skip to content

Commit

Permalink
Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzefelix committed Feb 26, 2022
1 parent a817409 commit 64b044c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^7.3|^8.0",
"google/cloud-bigquery": "^1.0.0",
"illuminate/support": "^8.0",
"symfony/cache": "^4.3|^5.0"
"php": "^8.0.2",
"google/cloud-bigquery": "^1.0",
"illuminate/support": "^9.0",
"symfony/cache": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit" : "^8.0|^9.0"
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 64b044c

Please sign in to comment.