ClassLoader.php
5 years ago
autoload_classmap.php
5 years ago
autoload_files.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
index.php
9 years ago
installed.json
6 years ago
installed.json
159 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "mtdowling/cron-expression", |
| 4 | "version": "v1.2.3", |
| 5 | "version_normalized": "1.2.3.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/mtdowling/cron-expression.git", |
| 9 | "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6", |
| 14 | "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "php": ">=5.3.2" |
| 19 | }, |
| 20 | "require-dev": { |
| 21 | "phpunit/phpunit": "~4.0|~5.0" |
| 22 | }, |
| 23 | "time": "2019-12-28T04:23:06+00:00", |
| 24 | "type": "library", |
| 25 | "installation-source": "dist", |
| 26 | "autoload": { |
| 27 | "psr-4": { |
| 28 | "Cron\\": "src/Cron/" |
| 29 | } |
| 30 | }, |
| 31 | "notification-url": "https://packagist.org/downloads/", |
| 32 | "license": [ |
| 33 | "MIT" |
| 34 | ], |
| 35 | "authors": [ |
| 36 | { |
| 37 | "name": "Michael Dowling", |
| 38 | "email": "mtdowling@gmail.com", |
| 39 | "homepage": "https://github.com/mtdowling" |
| 40 | } |
| 41 | ], |
| 42 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
| 43 | "keywords": [ |
| 44 | "cron", |
| 45 | "schedule" |
| 46 | ], |
| 47 | "abandoned": "dragonmantank/cron-expression" |
| 48 | }, |
| 49 | { |
| 50 | "name": "soundasleep/html2text", |
| 51 | "version": "dev-master", |
| 52 | "version_normalized": "9999999-dev", |
| 53 | "source": { |
| 54 | "type": "git", |
| 55 | "url": "https://github.com/mailpoet/html2text.git", |
| 56 | "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8" |
| 57 | }, |
| 58 | "dist": { |
| 59 | "type": "zip", |
| 60 | "url": "https://api.github.com/repos/mailpoet/html2text/zipball/d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8", |
| 61 | "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8", |
| 62 | "shasum": "" |
| 63 | }, |
| 64 | "require": { |
| 65 | "ext-dom": "*", |
| 66 | "ext-libxml": "*", |
| 67 | "php": ">=5.3.2" |
| 68 | }, |
| 69 | "require-dev": { |
| 70 | "phpunit/phpunit": ">=4.0", |
| 71 | "soundasleep/component-tests": "dev-master" |
| 72 | }, |
| 73 | "time": "2019-04-24T12:03:33+00:00", |
| 74 | "type": "library", |
| 75 | "installation-source": "dist", |
| 76 | "autoload": { |
| 77 | "psr-4": { |
| 78 | "Html2Text\\": "src" |
| 79 | } |
| 80 | }, |
| 81 | "license": [ |
| 82 | "EPL-1.0" |
| 83 | ], |
| 84 | "authors": [ |
| 85 | { |
| 86 | "name": "Jevon Wright", |
| 87 | "homepage": "https://jevon.org", |
| 88 | "role": "Developer" |
| 89 | } |
| 90 | ], |
| 91 | "description": "A PHP script to convert HTML into a plain text format", |
| 92 | "homepage": "https://github.com/soundasleep/html2text", |
| 93 | "keywords": [ |
| 94 | "email", |
| 95 | "html", |
| 96 | "php", |
| 97 | "text" |
| 98 | ], |
| 99 | "support": { |
| 100 | "email": "support@jevon.org", |
| 101 | "source": "https://github.com/mailpoet/html2text/tree/master" |
| 102 | } |
| 103 | }, |
| 104 | { |
| 105 | "name": "tburry/pquery", |
| 106 | "version": "v1.1.1", |
| 107 | "version_normalized": "1.1.1.0", |
| 108 | "source": { |
| 109 | "type": "git", |
| 110 | "url": "https://github.com/tburry/pquery.git", |
| 111 | "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1" |
| 112 | }, |
| 113 | "dist": { |
| 114 | "type": "zip", |
| 115 | "url": "https://api.github.com/repos/tburry/pquery/zipball/872339ffd38d261c4417ea1855428b1b4ff9abf1", |
| 116 | "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1", |
| 117 | "shasum": "" |
| 118 | }, |
| 119 | "require": { |
| 120 | "php": ">=5.3.0" |
| 121 | }, |
| 122 | "require-dev": { |
| 123 | "htmlawed/htmlawed": "dev-master" |
| 124 | }, |
| 125 | "time": "2016-01-14T20:55:00+00:00", |
| 126 | "type": "library", |
| 127 | "installation-source": "dist", |
| 128 | "autoload": { |
| 129 | "classmap": [ |
| 130 | "IQuery.php", |
| 131 | "gan_formatter.php", |
| 132 | "gan_node_html.php", |
| 133 | "gan_parser_html.php", |
| 134 | "gan_selector_html.php", |
| 135 | "gan_tokenizer.php", |
| 136 | "gan_xml2array.php", |
| 137 | "pQuery.php" |
| 138 | ] |
| 139 | }, |
| 140 | "notification-url": "https://packagist.org/downloads/", |
| 141 | "license": [ |
| 142 | "LGPL-2.1" |
| 143 | ], |
| 144 | "authors": [ |
| 145 | { |
| 146 | "name": "Todd Burry", |
| 147 | "email": "todd@vanillaforums.com", |
| 148 | "role": "developer" |
| 149 | } |
| 150 | ], |
| 151 | "description": "A jQuery like html dom parser written in php.", |
| 152 | "keywords": [ |
| 153 | "dom", |
| 154 | "ganon", |
| 155 | "php" |
| 156 | ] |
| 157 | } |
| 158 | ] |
| 159 |