Skip to content

Commit

Permalink
fix: Fix eloquent minimum dependency version compatibility (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 13, 2024
1 parent ab0d455 commit d803b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Supports:
* Doctrine ORM 2.20+
* Doctrine ODM 2.0+
* Doctrine PHPCR 2.0+
* Eloquent 8.12+
* Eloquent 11.0+


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"doctrine/phpcr-odm": "<2.0.0",
"doctrine/dbal": "<3.0",
"doctrine/persistence": "<2.0",
"illuminate/database": "<8.12",
"illuminate/database": "<10.0",
"ocramius/proxy-manager": "<2.1",
"symfony/framework-bundle": ">=6.0 <6.4",
"zendframework/zend-code": "<3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"doctrine/phpcr-bundle": "*",
"doctrine/phpcr-odm": "*",
"jackalope/jackalope-doctrine-dbal": "*",
"monolog/monolog": "*",
"monolog/monolog": "^2.0",
"symfony/symfony": "^5.4 || ^6.4",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "*"
Expand Down

0 comments on commit d803b13

Please sign in to comment.