Skip to content

Commit 30f6642

Browse files
authored
Merge pull request #11 from thyseus/patch-1
Add support for laravel 9
2 parents 307e713 + bc166d5 commit 30f6642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"require": {
1818
"php": ">=7.1",
1919
"glhd/aire": "^2.0",
20-
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
20+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "~3.0|~4.0|~5.0|~6.0",
24-
"phpunit/phpunit": "^7.3|^8.0",
24+
"phpunit/phpunit": "^7.3|^8.0|^9.0",
2525
"mockery/mockery": "^1.1",
2626
"symfony/css-selector": "^4.1",
2727
"symfony/dom-crawler": "^4.1",

0 commit comments

Comments
 (0)