Skip to content

Commit

Permalink
Upping deps to sensible constraints in 2020 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard authored Feb 25, 2020
1 parent 4f5502d commit 21c95f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
run: composer check-style
- name: Static analysis
run: composer analyse
- name: Run phpspec
run: composer phpspec
- name: Run phpunit
run: composer phpunit
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"brick/reflection": "^0.3",
"doctrine/doctrine-bundle": "^1.9 || ^2.0",
"dragonmantank/cron-expression": "^2.2",
"symfony/config": "^3.4 || ^4.1 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.1.12 || ^5.0",
"symfony/form": "^3.4 || ^4.1 || ^5.0"
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/form": "^4.4 || ^5.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.2",
Expand Down

0 comments on commit 21c95f9

Please sign in to comment.