Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Add ext-json to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 11, 2018
1 parent d71c65d commit a6016e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"symfony/http-kernel": "~3.0|~4.0"
},
"require-dev": {
"ext-json": "*",
"illuminate/http": "~5.7",
"illuminate/routing": "~5.7",
"illuminate/view": "~5.7",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
"phpunit/phpunit": "~7.0",
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a6016e4

Please sign in to comment.