Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Henvald committed Jan 17, 2022
1 parent 6278add commit 13d4dfc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- '5.1'
- '5.2'
- '5.3'
- '5.4'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v2
Expand Down
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
"issues": "https://github.com/fre5h/DoctrineEnumBundle/issues"
},
"require": {
"php": ">=7.3.0",
"php": ">=7.4.0",
"doctrine/common": "^2.11 || ^3.0",
"doctrine/dbal": "^2.13",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^2.7",
"symfony/config": ">=5.0 <5.4",
"symfony/dependency-injection": ">=5.0 <5.4",
"symfony/doctrine-bridge": ">=5.0 <5.4",
"symfony/framework-bundle": ">=5.0 <5.4",
"symfony/http-kernel": ">=5.0 <5.4",
"symfony/validator": ">=5.0 <5.4",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/doctrine-bridge": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/validator": "^5.0",
"twig/twig": "^3.0"
},
"require-dev": {
Expand All @@ -42,8 +43,8 @@
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^9.5",
"slam/phpstan-extensions": "^5.0",
"symfony/form": ">=5.0 <5.4",
"symfony/yaml": ">=5.0 <5.4"
"symfony/form": "^5.0",
"symfony/yaml": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 13d4dfc

Please sign in to comment.