Skip to content

Commit 279be91

Browse files
committed
add composer.json
1 parent be4683a commit 279be91

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ha1t/php-simple-pagination",
3+
"type": "library",
4+
"homepage": "https://github.com/ha1t/php-simple-pagination",
5+
"description": "minimal flock() wrapper class",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "ha1t"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.2.3"
14+
},
15+
"autoload": {
16+
"psr-0": {
17+
"LiteLock": "lib/SimplePagination"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)