Index: branches/5.2.x/composer.lock =================================================================== diff -u -N -r16761 -r16769 --- branches/5.2.x/composer.lock (.../composer.lock) (revision 16761) +++ branches/5.2.x/composer.lock (.../composer.lock) (revision 16769) @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "982948269c77150f85ea5efd93aef365", + "content-hash": "e44d657cbe6f1c15496b087609a60d98", "packages": [ { "name": "ircmaxell/password-compat", @@ -53,6 +53,56 @@ "time": "2014-11-20T16:49:30+00:00" }, { + "name": "mtdowling/cron-expression", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/in-portal/cron-expression", + "reference": "c4dda94f8f13f5447aa82e9b9528de1115448c74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/in-portal/cron-expression/zipball/c4dda94f8f13f5447aa82e9b9528de1115448c74", + "reference": "c4dda94f8f13f5447aa82e9b9528de1115448c74", + "shasum": "" + }, + "require": { + "php": ">=5.4.7" + }, + "require-dev": { + "yoast/phpunit-polyfills": "^1.0" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Cron\\": "src/Cron/" + } + }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests/Cron/" + } + }, + "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", + "time": "2022-11-08T11:57:39+00:00" + }, + { "name": "paragonie/random_compat", "version": "v2.0.21", "source": { @@ -382,28 +432,29 @@ }, { "name": "aik099/phpunit-mink", - "version": "v2.2.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/minkphp/phpunit-mink.git", - "reference": "68b94432ac12ad4f714ef540037396aeb369e230" + "reference": "2f80d83eb1ed7da1c5c96b1eb7bab6687193493e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/phpunit-mink/zipball/68b94432ac12ad4f714ef540037396aeb369e230", - "reference": "68b94432ac12ad4f714ef540037396aeb369e230", + "url": "https://api.github.com/repos/minkphp/phpunit-mink/zipball/2f80d83eb1ed7da1c5c96b1eb7bab6687193493e", + "reference": "2f80d83eb1ed7da1c5c96b1eb7bab6687193493e", "shasum": "" }, "require": { "behat/mink": "~1.6@dev", "behat/mink-selenium2-driver": "~1.2", - "php": ">=5.3.2", - "phpunit/phpunit": "~4|~5", + "php": ">=5.4.7", + "phpunit/phpunit": ">=4.8.35 <5|>=5.4.3", "symfony/event-dispatcher": "~2.4|~3.0" }, "require-dev": { "aik099/coding-standard": "dev-master", - "mockery/mockery": "~0.9" + "mockery/mockery": "~0.9|^1.5", + "yoast/phpunit-polyfills": "^1.0" }, "type": "library", "extra": { @@ -440,9 +491,9 @@ ], "support": { "issues": "https://github.com/minkphp/phpunit-mink/issues", - "source": "https://github.com/minkphp/phpunit-mink/tree/v2.2.0" + "source": "https://github.com/minkphp/phpunit-mink/tree/v2.3.0" }, - "time": "2016-06-26T09:07:47+00:00" + "time": "2022-11-24T15:03:10+00:00" }, { "name": "behat/mink", @@ -2193,16 +2244,17 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { + "mtdowling/cron-expression": 20, "aik099/coding-standard": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4.0" + "php": ">=5.4.7" }, "platform-dev": [], "platform-overrides": { - "php": "5.4.0" + "php": "5.4.7" }, "plugin-api-version": "2.2.0" }