Skip to content

Commit 4dcc91e

Browse files
authored
Merge pull request #6 from Fighter90/feature/DMS-1886
DMS-1886: allow symphony 6 version
2 parents ad852ba + ed3afc8 commit 4dcc91e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
vendor/
33
build/
4+
.idea/

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": "^7.1 || ^8.0",
1515
"paillechat/php-enum": "^1.2 || ^2.1",
16-
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
17-
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
18-
"symfony/config": "^3.4 || ^4.0 || ^5.0",
16+
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0 || ^6.0",
17+
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0",
18+
"symfony/config": "^3.4 || ^4.0 || ^5.0 || ^6.0",
1919
"doctrine/dbal": "^2.11 || ^3.2"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
23-
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
23+
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)