ClassLoader.php
7 years ago
LICENSE
7 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.json
95 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "glenscott/url-normalizer", |
| 4 | "version": "1.4.0", |
| 5 | "version_normalized": "1.4.0.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/glenscott/url-normalizer.git", |
| 9 | "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c", |
| 14 | "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "ext-mbstring": "*", |
| 19 | "php": ">=5.3.0" |
| 20 | }, |
| 21 | "time": "2015-06-11T16:06:02+00:00", |
| 22 | "type": "library", |
| 23 | "installation-source": "dist", |
| 24 | "autoload": { |
| 25 | "psr-4": { |
| 26 | "URL\\": "src/URL" |
| 27 | } |
| 28 | }, |
| 29 | "notification-url": "https://packagist.org/downloads/", |
| 30 | "license": [ |
| 31 | "MIT" |
| 32 | ], |
| 33 | "authors": [ |
| 34 | { |
| 35 | "name": "Glen Scott", |
| 36 | "email": "glen@glenscott.co.uk" |
| 37 | } |
| 38 | ], |
| 39 | "description": "Syntax based normalization of URL's" |
| 40 | }, |
| 41 | { |
| 42 | "name": "techcrunch/wp-async-task", |
| 43 | "version": "dev-master", |
| 44 | "version_normalized": "9999999-dev", |
| 45 | "source": { |
| 46 | "type": "git", |
| 47 | "url": "https://github.com/techcrunch/wp-async-task.git", |
| 48 | "reference": "9bdbbf9df4ff5179711bb58b9a2451296f6753dc" |
| 49 | }, |
| 50 | "dist": { |
| 51 | "type": "zip", |
| 52 | "url": "https://api.github.com/repos/techcrunch/wp-async-task/zipball/9bdbbf9df4ff5179711bb58b9a2451296f6753dc", |
| 53 | "reference": "9bdbbf9df4ff5179711bb58b9a2451296f6753dc", |
| 54 | "shasum": "" |
| 55 | }, |
| 56 | "require-dev": { |
| 57 | "10up/wp_mock": "dev-master", |
| 58 | "phpunit/phpunit": "*@stable" |
| 59 | }, |
| 60 | "time": "2016-03-10T17:37:13+00:00", |
| 61 | "type": "wordpress-plugin", |
| 62 | "installation-source": "source", |
| 63 | "autoload": { |
| 64 | "classmap": [ |
| 65 | "wp-async-task.php" |
| 66 | ] |
| 67 | }, |
| 68 | "notification-url": "https://packagist.org/downloads/", |
| 69 | "license": [ |
| 70 | "MIT" |
| 71 | ], |
| 72 | "authors": [ |
| 73 | { |
| 74 | "name": "Alex Khadiwala", |
| 75 | "role": "developer" |
| 76 | }, |
| 77 | { |
| 78 | "name": "Nicolas Vincent", |
| 79 | "role": "developer" |
| 80 | }, |
| 81 | { |
| 82 | "name": "Eric Mann", |
| 83 | "email": "eric.mann@10up.com", |
| 84 | "role": "developer" |
| 85 | }, |
| 86 | { |
| 87 | "name": "John P. Bloch", |
| 88 | "email": "john.bloch@10up.com", |
| 89 | "role": "developer" |
| 90 | } |
| 91 | ], |
| 92 | "description": "Run asynchronous tasks for long-running operations in WordPress" |
| 93 | } |
| 94 | ] |
| 95 |