Skip to content

Commit

Permalink
fix laravel 10.35 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Dec 6, 2023
1 parent 6742982 commit 285ac92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.4 || ^8.0",
"brick/varexporter": "^0.3.8",
"doctrine/dbal": "^3.6",
"doctrine/dbal": "^4.0.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<php>
<env name="DB_CONNECTION" value="mysql"/>
<env name="DB_USERNAME" value="root"/>
<env name="DB_PASSWORD" value="password"/>
<env name="DB_DATABASE" value="laravel_schema_rules"/>
<env name="DB_HOST" value="127.0.0.1"/>
<env name="DB_PORT" value="3306"/>
Expand Down

0 comments on commit 285ac92

Please sign in to comment.