Skip to content

Commit 8e50765

Browse files
authored
Bump composer deps (#108)
1 parent e50c18a commit 8e50765

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php" : "^7.3|^8.0",
20-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
21-
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0",
22-
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0",
23-
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0",
19+
"php": "^7.3|^8.0",
20+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
21+
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
23+
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
2424
"guzzlehttp/guzzle": "^7.0",
2525
"laravel/helpers": "^1.0"
26-
2726
},
2827
"require-dev": {
2928
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": "~3.8.0|^4.0|^5.0",
29+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
3130
"phpunit/phpunit": "^9.2"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)