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

Commit

Permalink
move curl/curl to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 22, 2017
1 parent b875fba commit 4cc2492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"bavix/exceptions": "^1.0",
"curl/curl": "^1.8"
"bavix/exceptions": "^1.0"
},
"require-dev": {
"bavix/tests": "^1.0"
"bavix/tests": "^1.0",
"curl/curl": "^1.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4cc2492

Please sign in to comment.