Skip to content

Commit dffce0a

Browse files
author
Martin Brecht-Precht
committed
Added composer.json
1 parent 7d76de8 commit dffce0a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "markenwerk/url-util",
3+
"type": "library",
4+
"description": "A PHP library providing common URL implementation.",
5+
"keywords": [
6+
"URL"
7+
],
8+
"homepage": "http://markenwerk.net/",
9+
"license": "MIT",
10+
"authors": [
11+
{
12+
"name": "Martin Brecht-Precht",
13+
"email": "[email protected]",
14+
"homepage": "http://markenwerk.net"
15+
}
16+
],
17+
"autoload": {
18+
"psr-4": {
19+
"Url\\": "src/"
20+
}
21+
},
22+
"require": {
23+
"php": ">=5.3"
24+
},
25+
"require-dev": {
26+
"phpunit/phpunit": "~4.8",
27+
"codeclimate/php-test-reporter": "dev-master"
28+
}
29+
}

0 commit comments

Comments
 (0)