| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {
- "packages": [
- {
- "name": "mtdowling/cron-expression",
- "version": "v1.2.3",
- "version_normalized": "1.2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/mtdowling/cron-expression.git",
- "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
- "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0|~5.0"
- },
- "time": "2019-12-28T04:23:06+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Cron\\": "src/Cron/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
- "keywords": [
- "cron",
- "schedule"
- ],
- "abandoned": "dragonmantank/cron-expression",
- "install-path": "../mtdowling/cron-expression"
- },
- {
- "name": "soundasleep/html2text",
- "version": "dev-master",
- "version_normalized": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/mailpoet/html2text.git",
- "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mailpoet/html2text/zipball/d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8",
- "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-libxml": "*",
- "php": ">=5.3.2"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.0",
- "soundasleep/component-tests": "dev-master"
- },
- "time": "2019-04-24T12:03:33+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Html2Text\\": "src"
- }
- },
- "license": [
- "EPL-1.0"
- ],
- "authors": [
- {
- "name": "Jevon Wright",
- "homepage": "https://jevon.org",
- "role": "Developer"
- }
- ],
- "description": "A PHP script to convert HTML into a plain text format",
- "homepage": "https://github.com/soundasleep/html2text",
- "keywords": [
- "email",
- "html",
- "php",
- "text"
- ],
- "support": {
- "email": "support@jevon.org",
- "source": "https://github.com/mailpoet/html2text/tree/master"
- },
- "install-path": "../soundasleep/html2text"
- },
- {
- "name": "tburry/pquery",
- "version": "v1.1.1",
- "version_normalized": "1.1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/tburry/pquery.git",
- "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tburry/pquery/zipball/872339ffd38d261c4417ea1855428b1b4ff9abf1",
- "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "htmlawed/htmlawed": "dev-master"
- },
- "time": "2016-01-14T20:55:00+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "IQuery.php",
- "gan_formatter.php",
- "gan_node_html.php",
- "gan_parser_html.php",
- "gan_selector_html.php",
- "gan_tokenizer.php",
- "gan_xml2array.php",
- "pQuery.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Todd Burry",
- "email": "todd@vanillaforums.com",
- "role": "developer"
- }
- ],
- "description": "A jQuery like html dom parser written in php.",
- "keywords": [
- "dom",
- "ganon",
- "php"
- ],
- "install-path": "../tburry/pquery"
- }
- ],
- "dev": false,
- "dev-package-names": []
- }
|