Skip to content

Commit fdbd601

Browse files
Move Faker dependency from dev dependencies for Travis builds
1 parent bbbb18e commit fdbd601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Žcomposer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"require": {
1414
"laravel/framework": "~5.1",
1515
"illuminate/html": "~5.0",
16-
"flow/jsonpath": "^0.2.4"
16+
"flow/jsonpath": "^0.2.4",
17+
"fzaninotto/faker": "~1.4"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "~4.0",
2021
"phpspec/phpspec": "~2.1",
21-
"codeception/codeception": "2.1.x-dev",
22-
"fzaninotto/faker": "~1.4"
22+
"codeception/codeception": "2.1.x-dev"
2323
},
2424
"autoload": {
2525
"classmap": [

0 commit comments

Comments
 (0)