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

Commit a10d1e1

Browse files
author
Etienne Lamoureux
committed
Initial project setup
1 parent ef2ccb2 commit a10d1e1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/nbproject
2+
/vendor
3+
composer.lock

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
1111
this list of conditions and the following disclaimer in the documentation
1212
and/or other materials provided with the distribution.
1313

14-
* Neither the name of php-json-iterator nor the names of its
14+
* Neither the name of PHP JSON Iterator nor the names of its
1515
contributors may be used to endorse or promote products derived from
1616
this software without specific prior written permission.
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-json-iterator
1+
PHP JSON Iterator
22
=================
33

44
PHP package to iterate through various JSON formats

0 commit comments

Comments
 (0)