Skip to content

Commit 8df44b2

Browse files
authored
Merge pull request #117 from beyondcode/laravel-11
Laravel 11 & PHP 8.4 Support
2 parents 60799f3 + be74cdd commit 8df44b2

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
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^7.1|^8.0",
20-
"doctrine/dbal": "~2.3|^3.3",
20+
"doctrine/dbal": "~2.3|^3.3|^4.0",
2121
"phpdocumentor/graphviz": "^1.0",
2222
"nikic/php-parser": "^2.0|^3.0|^4.0|^5.0"
2323
},
2424
"require-dev": {
2525
"larapack/dd": "^1.0",
2626
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^7.0|^8.0|^9.0",
27-
"phpunit/phpunit": "^7.0| ^8.0|^9.5.10",
28-
"spatie/phpunit-snapshot-assertions": "^1.3|^4.2"
27+
"phpunit/phpunit": "^7.0| ^8.0|^9.5.10|^10.5|^11.0.1",
28+
"spatie/phpunit-snapshot-assertions": "^1.3|^4.2|^5.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)