File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments