Skip to content

Commit 5fb2f97

Browse files
Merge pull request #24 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents 8aafd9a + a859e27 commit 5fb2f97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"php": ">=7.1",
2020
"ext-pdo": "*",
2121
"ext-json": "*",
22-
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
2323
"ext-mbstring": "*"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~4.8|~5.7|^9.5.10",
2727
"mockery/mockery": "~1.3.0|^1.4.4",
2828
"laravel/laravel": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
29-
"doctrine/dbal": "^2.5|^3.5",
30-
"laravel/browser-kit-testing": "^2.0|^6.4",
29+
"doctrine/dbal": "^2.5|^3.5|^4.4",
30+
"laravel/browser-kit-testing": "^2.0|^6.4|^7.2",
3131
"php-coveralls/php-coveralls": "^2.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)