We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5502d commit 21c95f9Copy full SHA for 21c95f9
.github/workflows/build.yaml
@@ -33,7 +33,5 @@ jobs:
33
run: composer check-style
34
- name: Static analysis
35
run: composer analyse
36
- - name: Run phpspec
37
- run: composer phpspec
38
- name: Run phpunit
39
run: composer phpunit
composer.json
@@ -14,9 +14,9 @@
14
"brick/reflection": "^0.3",
15
"doctrine/doctrine-bundle": "^1.9 || ^2.0",
16
"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"
+ "symfony/config": "^4.4 || ^5.0",
+ "symfony/dependency-injection": "^4.4 || ^5.0",
+ "symfony/form": "^4.4 || ^5.0"
20
},
21
"require-dev": {
22
"ergebnis/composer-normalize": "^2.2",
0 commit comments