Skip to content

Commit 1033415

Browse files
committed
Moved dependencies to require
1 parent 087d003 commit 1033415

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
@@ -17,13 +17,13 @@
1717
"php": ">=5.6",
1818
"ext-curl": "*",
1919
"ext-json": "*",
20-
"ext-mbstring": "*"
21-
},
22-
"require-dev": {
23-
"phpunit/phpunit": "~4.8",
20+
"ext-mbstring": "*",
2421
"cache/apcu-adapter": "1.0.0",
2522
"firebase/php-jwt": "5.0.0"
2623
},
24+
"require-dev": {
25+
"phpunit/phpunit": "~4.8"
26+
},
2727
"autoload": {
2828
"psr-4": { "CyberSource\\" : "lib/" }
2929
},

0 commit comments

Comments
 (0)