Skip to content

Commit 0374c8f

Browse files
author
Nelson Arbelaez
committed
Fix composer dependencies
1 parent c139f11 commit 0374c8f

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
@@ -10,14 +10,14 @@
1010
},
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.1",
14-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
13+
"php": "^8.0",
14+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^10.0",
1818
"mockery/mockery": "^1.4.4",
1919
"fakerphp/faker": "^1.9.1",
20-
"orchestra/testbench": "^8.5"
20+
"orchestra/testbench": "^8.5|^9.0|^10.0|^11.0|^12.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)