We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d76de8 commit dffce0aCopy full SHA for dffce0a
composer.json
@@ -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