Skip to content

Commit

Permalink
Require latest minor of Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 23, 2023
1 parent 8333841 commit aab30be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php: [7.1, 7.2]
symfony-version: [3.4.*, 4.0.*]
symfony-version: [3.4.*, 4.4.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": ">=7.1",
"kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
"symfony/validator": "^3.0|^4.0",
"symfony/form": "^3.0|^4.0"
"symfony/validator": "^3.4|^4.4",
"symfony/form": "^3.4|^4.4"
},
"require-dev": {
"phpunit/phpunit": "~7.1",
"symfony/phpunit-bridge": "^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4|^4.4",
"liip/rmt": "^1.2"
}
}

0 comments on commit aab30be

Please sign in to comment.