Skip to content

Commit e332def

Browse files
Create composer.json
1 parent 756a788 commit e332def

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "lewiscowles/ulid",
3+
"description": "Universally Unique Lexicographically Sortable Identifier ported to PHP",
4+
"type": "library",
5+
"require-dev": {
6+
"phpunit/phpunit": "^5.4"
7+
},
8+
"license": "AGPL",
9+
"authors": [
10+
{
11+
"name": "Lewis Cowles",
12+
"email": "lewiscowles@me.com"
13+
}
14+
],
15+
"minimum-stability": "stable",
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)