We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aafd9a + a859e27 commit 5fb2f97Copy full SHA for 5fb2f97
1 file changed
composer.json
@@ -19,15 +19,15 @@
19
"php": ">=7.1",
20
"ext-pdo": "*",
21
"ext-json": "*",
22
- "illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
23
"ext-mbstring": "*"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "~4.8|~5.7|^9.5.10",
27
"mockery/mockery": "~1.3.0|^1.4.4",
28
"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",
+ "doctrine/dbal": "^2.5|^3.5|^4.4",
+ "laravel/browser-kit-testing": "^2.0|^6.4|^7.2",
31
"php-coveralls/php-coveralls": "^2.0"
32
33
"autoload": {
0 commit comments