We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eca05 commit f46dcfbCopy full SHA for f46dcfb
composer.json
@@ -25,12 +25,12 @@
25
],
26
"require": {
27
"php": "^7.4|^8.0",
28
- "illuminate/database": "^7.0|^8.0|^9.0"
+ "illuminate/database": "^7.0|^8.0|^9.0|^10.0"
29
},
30
"require-dev": {
31
- "symfony/var-dumper": "^5.3|^6.0",
32
- "phpunit/phpunit": "^9.5",
33
- "orchestra/testbench": "^6.19|^7.0",
+ "symfony/var-dumper": "^5.3|^6.0|^7.0",
+ "phpunit/phpunit": "^10.1",
+ "orchestra/testbench": "^6.19|^7.0|^8.2",
34
"devmakerlab/entities": "^3.1"
35
36
"scripts": {
0 commit comments