Skip to content

Commit 22cd138

Browse files
Laravel 9.x Compatibility (#58)
Co-authored-by: Pulkit Jalan <[email protected]>
1 parent 36b8faa commit 22cd138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2|^8.0",
18-
"illuminate/support": "^6.0|^7.0|^8.0",
17+
"php": "^8.0",
18+
"illuminate/support": "^8.0|^9.0",
1919
"google/apiclient": "^2.9"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.3",
22+
"phpunit/phpunit": "^9.5.10",
2323
"mockery/mockery": "^1.2.3"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)