Skip to content

Commit 285ac92

Browse files
committed
fix laravel 10.35 compatibility issue
1 parent 6742982 commit 285ac92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.4 || ^8.0",
2020
"brick/varexporter": "^0.3.8",
21-
"doctrine/dbal": "^3.6",
21+
"doctrine/dbal": "^4.0.0",
2222
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
2323
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
2424
"illuminate/support": "^8.0 || ^9.0 || ^10.0",

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<php>
2828
<env name="DB_CONNECTION" value="mysql"/>
2929
<env name="DB_USERNAME" value="root"/>
30+
<env name="DB_PASSWORD" value="password"/>
3031
<env name="DB_DATABASE" value="laravel_schema_rules"/>
3132
<env name="DB_HOST" value="127.0.0.1"/>
3233
<env name="DB_PORT" value="3306"/>

0 commit comments

Comments
 (0)