Skip to content

Commit

Permalink
DMS-1886: Fixed components versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Emelyanov committed Feb 14, 2024
1 parent ad852ba commit ed3afc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.lock
vendor/
build/
.idea/
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^7.1 || ^8.0",
"paillechat/php-enum": "^1.2 || ^2.1",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"doctrine/dbal": "^2.11 || ^3.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ed3afc8

Please sign in to comment.