Skip to content

Commit c6e0ecb

Browse files
authored
Merge pull request #7 from Happyr/patch-3
Require packages
2 parents 67e3699 + 8610918 commit c6e0ecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": "^7.1.3",
18-
"ext-json": "*"
19-
},
20-
"require-dev": {
18+
"ext-json": "*",
2119
"league/fractal": "^0.18.0",
2220
"symfony/http-foundation": "^4.3",
23-
"symfony/validator": "^4.3",
21+
"symfony/validator": "^4.3"
22+
},
23+
"require-dev": {
2424
"symfony/phpunit-bridge": "^4.3",
2525
"nyholm/nsa": "^1.1"
2626
},

0 commit comments

Comments
 (0)