Skip to content

Commit 4d8ba98

Browse files
committed
1.0
1 parent e7da8fa commit 4d8ba98

File tree

6 files changed

+666
-153
lines changed

6 files changed

+666
-153
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"require-dev": {
1010
"php": ">=7.0.0",
11-
"phpunit/phpunit": "~6.0",
11+
"friendsofphp/php-cs-fixer": "~2.5",
12+
"phpunit/phpunit": "6.2.*",
1213
"orchestra/testbench": "^3.5"
1314
},
1415
"autoload": {
@@ -33,7 +34,8 @@
3334
}
3435
],
3536
"config": {
36-
"preferred-install": "dist",
37-
"sort-packages": true
37+
"platform": {"php": "7.0"},
38+
"preferred-install": "dist",
39+
"sort-packages": true
3840
}
3941
}

0 commit comments

Comments
 (0)