File tree Expand file tree Collapse file tree 2 files changed +25
-28
lines changed Expand file tree Collapse file tree 2 files changed +25
-28
lines changed Original file line number Diff line number Diff line change 11vendor /
2- .idea /
Original file line number Diff line number Diff line change 11{
2- "name" : " karriere/json-decoder" ,
3- "description" : " " ,
4- "authors" : [
5- {
6- "name" : " Johannes Pichler" ,
7- "email" : " johannes.pichler@karriere.at" ,
8- "role" : " Maintainer"
2+ "name" : " karriere/json-decoder" ,
3+ "description" : " JsonDecoder implementation that allows you to convert your JSON data into PHP class objects" ,
4+ "keywords" : [" json" , " decoder" ],
5+ "license" : " Apache-2.0" ,
6+ "authors" : [
7+ {
8+ "name" : " Johannes Pichler" ,
9+ "email" : " johannes.pichler@karriere.at" ,
10+ "role" : " Maintainer"
11+ }
12+ ],
13+ "autoload" : {
14+ "psr-4" : {
15+ "Karriere\\ JsonDecoder\\ " : " src/"
16+ }
17+ },
18+ "require" : {
19+ "php" : " >=5.6"
20+ },
21+ "require-dev" : {
22+ "karriere/code-quality" : " ^3.0"
23+ },
24+ "scripts" : {
25+ "test" : " vendor/bin/phpspec run" ,
26+ "lint" : " vendor/bin/phpcs src/ --standard=PSR2"
927 }
10- ],
11- "keywords" : [
12- ],
13- "license" : " Apache-2.0" ,
14- "require" : {
15- "php" : " >=5.6"
16- },
17- "autoload" : {
18- "psr-4" : {
19- "Karriere\\ JsonDecoder\\ " : " src/"
20- }
21- },
22- "minimum-stability" : " stable" ,
23- "scripts" : {
24- "test" : " vendor/bin/phpspec run" ,
25- "lint" : " vendor/bin/phpcs src/ --standard=PSR2"
26- },
27- "require-dev" : {
28- "karriere/code-quality" : " ^3.0"
29- }
3028}
You can’t perform that action at this time.
0 commit comments