Skip to content

Commit 2b244da

Browse files
authored
Add Symfony Contracts Dependency
1 parent 85f21a0 commit 2b244da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"symfony/asset": "^3.4 || ^4.0",
2525
"symfony/config": "^3.4 || ^4.0",
2626
"symfony/dependency-injection": "^3.4 || ^4.0",
27-
"symfony/http-kernel": "^3.4 || ^4.0"
27+
"symfony/http-kernel": "^3.4 || ^4.0",
28+
"symfony/contracts": "^1.0"
2829
},
2930
"require-dev": {
3031
"friendsofphp/php-cs-fixer": "^2.13",

0 commit comments

Comments
 (0)