Skip to content

Commit

Permalink
fix(config): allow packages versions for symfony 6 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasalexandre9 committed Mar 8, 2023
1 parent 6d83e2c commit e5c4d09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8,992 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ coverage.xml

#php_cs_fixer
.php-cs-fixer.cache

composer.lock
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"require": {
"php": ">=8.0",
"asm89/stack-cors": "^2.1",
"doctrine/orm": "^2.10",
"doctrine/orm": "^2.8",
"forestadmin/agent-php": "^1.0.0-beta",
"symfony/framework-bundle": "^5.4",
"symfony/console": "^5.4"
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-mock": "^1.0",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/var-dumper": "^5.4"
"symfony/var-dumper": "^5.4|^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e5c4d09

Please sign in to comment.