Skip to content

Commit 0002c54

Browse files
authoredMar 7, 2025
Merge pull request #23 from beyondcode/dev
Dev
2 parents 2afa02a + 042a706 commit 0002c54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3 || ^8.0",
20-
"doctrine/dbal": "^2.0|^3.0",
19+
"php": "^8.0",
20+
"doctrine/dbal": "^2.0|^3.0 || ^4.2",
2121
"fakerphp/faker": "^1.13",
22-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0"
22+
"illuminate/console": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
23+
"illuminate/support": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0",
27-
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
26+
"orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0 || ^10.0",
27+
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5 || ^11.5.3",
2828
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)
Please sign in to comment.