Skip to content

Commit 37b4a39

Browse files
committed
Move phpunit dependency to dev.
1 parent 3ca05dd commit 37b4a39

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

composer.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
2-
"name": "platformsh/config-reader",
3-
"description": "Small helper to access Platform.sh environment variables",
4-
"license": "MIT",
5-
"authors": [
6-
{
7-
"name": "Ori Pekelman",
8-
"email": "ori+github@pekelman.com"
2+
"name": "platformsh/config-reader",
3+
"description": "Small helper to access Platform.sh environment variables",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Ori Pekelman",
8+
"email": "ori+github@pekelman.com"
9+
},
10+
{
11+
"name": "Patrick Dawkins"
12+
}
13+
],
14+
"require": {
15+
"php": ">=7.1"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^7.5"
919
},
10-
{
11-
"name": "Patrick Dawkins"
12-
}
13-
],
14-
"require": {
15-
"php": ">=7.1",
16-
"phpunit/phpunit": "^7.5"
17-
},
1820
"autoload": {
1921
"psr-4": {
2022
"Platformsh\\ConfigReader\\": "src"
@@ -25,9 +27,9 @@
2527
"Platformsh\\ConfigReader\\": "tests"
2628
}
2729
},
28-
"config": {
29-
"platform": {
30-
"php": "7.1"
30+
"config": {
31+
"platform": {
32+
"php": "7.1"
33+
}
3134
}
32-
}
3335
}

0 commit comments

Comments
 (0)