1- {
2- "name" : " crystalgorithm/php-json-iterator" ,
3- "description" : " PHP package to iterate through large collections of JSON objects" ,
4- "keywords" : [" php" , " json" , " iterator" ],
5- "homepage" : " https://github.com/EtienneLamoureux/php-json-iterator" ,
6- "license" : " BSD-3-Clause" ,
7- "authors" : [
8- {
9- "name" : " Etienne Lamoureux" ,
10- "email" : " etienne.lamoureux@crystalgorithm.com" ,
11- "homepage" : " http://www.crystalgorithm.com" ,
12- "role" : " Developer"
13- }
14- ],
15- "require" : {
16- },
17- "require-dev" : {
18- "phpunit/phpunit" : " ~4.2" ,
19- "mockery/mockery" : " ~0.9"
20- },
21- "autoload" : {
22- "psr-4" : {
23- "Crystalgorithm\\ PhpJsonIterator\\ " : " src/"
24- }
25- },
26- "extra" : {
27- "branch-alias" : {
28- "dev-master" : " 0.1.x-dev"
29- }
30- }
1+ {
2+ "name" : " crystalgorithm/php-json-iterator" ,
3+ "description" : " PHP package to iterate through large collections of JSON objects" ,
4+ "keywords" : [
5+ " php" ,
6+ " json" ,
7+ " iterator"
8+ ],
9+ "homepage" : " https://github.com/EtienneLamoureux/php-json-iterator" ,
10+ "license" : " BSD-3-Clause" ,
11+ "authors" : [
12+ {
13+ "name" : " Etienne Lamoureux" ,
14+ "email" : " etienne.lamoureux@crystalgorithm.com" ,
15+ "homepage" : " http://www.crystalgorithm.com" ,
16+ "role" : " Developer"
17+ }
18+ ],
19+ "require" : {},
20+ "require-dev" : {
21+ "phpunit/phpunit" : " ~4.2" ,
22+ "mockery/mockery" : " ~0.9"
23+ },
24+ "autoload" : {
25+ "psr-4" : {
26+ "Crystalgorithm\\ PhpJsonIterator\\ " : " src/"
27+ }
28+ },
29+ "extra" : {
30+ "branch-alias" : {
31+ "dev-master" : " 0.1.x-dev"
32+ }
33+ }
3134}
0 commit comments