Skip to content

Commit 21c95f9

Browse files
authored
Upping deps to sensible constraints in 2020 (#10)
1 parent 4f5502d commit 21c95f9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
run: composer check-style
3434
- name: Static analysis
3535
run: composer analyse
36-
- name: Run phpspec
37-
run: composer phpspec
3836
- name: Run phpunit
3937
run: composer phpunit

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"brick/reflection": "^0.3",
1515
"doctrine/doctrine-bundle": "^1.9 || ^2.0",
1616
"dragonmantank/cron-expression": "^2.2",
17-
"symfony/config": "^3.4 || ^4.1 || ^5.0",
18-
"symfony/dependency-injection": "^3.4 || ^4.1.12 || ^5.0",
19-
"symfony/form": "^3.4 || ^4.1 || ^5.0"
17+
"symfony/config": "^4.4 || ^5.0",
18+
"symfony/dependency-injection": "^4.4 || ^5.0",
19+
"symfony/form": "^4.4 || ^5.0"
2020
},
2121
"require-dev": {
2222
"ergebnis/composer-normalize": "^2.2",

0 commit comments

Comments
 (0)