Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit b8c37e7

Browse files
Format composer.json
1 parent 3bbbaf0 commit b8c37e7

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

composer.json

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
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

Comments
 (0)