Skip to content

Commit

Permalink
Allow Symfony 6 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 21, 2021
1 parent 16786d7 commit 580bb37
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ AliceDataFixtures

Supports:

* Symfony 4.4+, 5.3+
* Symfony 4.4+, 5.4+, 6.0+
* Doctrine ORM 2.5+
* Doctrine ODM 1.2+
* Doctrine ODM 2.0+
* Doctrine PHPCR 1.4+
* Eloquent 5.5+
* Propel 2
* Eloquent 8.12+


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpspec/prophecy": "^1.14.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10",
"symfony/phpunit-bridge": "^5.3.8"
"symfony/phpunit-bridge": "^5.3.8 || ^6.0"
},
"conflict": {
"doctrine/orm": "<2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.3.4 || ^2.0",
"theofidry/composer-inheritance-plugin": "^1.2",
"symfony/cache": "^5.3"
"symfony/cache": "^5.4 || ^6.0"
},
"config": {
"bin-dir": "bin",
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/doctrine_phpcr/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"doctrine/persistence": "^1.3.4 || ^2.0",
"doctrine/phpcr-odm": "^1.4",
"jackalope/jackalope-doctrine-dbal": "^1.2",
"symfony/console": "^4.4.32 || ^5.3.9",
"symfony/console": "^4.4.32 || ^5.4 || ^6.0",
"theofidry/composer-inheritance-plugin": "^1.2"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/proxy-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jackalope/jackalope-doctrine-dbal": "^1.7.1",
"ocramius/proxy-manager": "^2.13",
"psy/psysh": "^0.10.9",
"symfony/symfony": "^4.4.32 || ^5.4.1 || ^6.0",
"symfony/symfony": "^4.4.32 || ^5.4 || ^6.0",
"theofidry/composer-inheritance-plugin": "^1.2",
"theofidry/psysh-bundle": "^4.4",
"wouterj/eloquent-bundle": "^2.1.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 @@ -17,7 +17,7 @@
"doctrine/phpcr-bundle": "^2.3.0",
"doctrine/phpcr-odm": "^1.5.4",
"jackalope/jackalope-doctrine-dbal": "^1.7.1",
"symfony/symfony": "^4.4.32 || ^5.3.9",
"symfony/symfony": "^4.4.32 || ^5.4 || ^6.0",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "^2.1.1"
},
Expand Down

0 comments on commit 580bb37

Please sign in to comment.