1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Bump dragonmantank/cron-expression from 2.2.0 to 3.0.1

Bumps [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/dragonmantank/cron-expression/releases)
- [Changelog](https://github.com/dragonmantank/cron-expression/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dragonmantank/cron-expression/compare/v2.2.0...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-30 21:00:54 +00:00 committed by GitHub
parent 5c488b93a2
commit a4c3618dc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 43 deletions

View file

@ -46,7 +46,7 @@
"resque/php-resque": "1.3.6", "resque/php-resque": "1.3.6",
"geoip2/geoip2": "2.9.0", "geoip2/geoip2": "2.9.0",
"piwik/device-detector": "3.5.1", "piwik/device-detector": "3.5.1",
"dragonmantank/cron-expression": "2.2.0", "dragonmantank/cron-expression": "3.0.1",
"domnikl/statsd": "2.0.*", "domnikl/statsd": "2.0.*",
"influxdb/influxdb-php": "1.15.*", "influxdb/influxdb-php": "1.15.*",
"bacon/bacon-qr-code": "2.0.0", "bacon/bacon-qr-code": "2.0.0",

89
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "922b399001a2c9109689c98307c6aa23", "content-hash": "76177dfde843508574324417457a268f",
"packages": [ "packages": [
{ {
"name": "appwrite/php-clamav", "name": "appwrite/php-clamav",
@ -302,23 +302,27 @@
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
"version": "v2.2.0", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git", "url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5" "reference": "fa4e95ff5a7f1d62c3fbc05c32729b7f3ca14b52"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/fa4e95ff5a7f1d62c3fbc05c32729b7f3ca14b52",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5", "reference": "fa4e95ff5a7f1d62c3fbc05c32729b7f3ca14b52",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.0.0" "php": "^7.1"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.4" "phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^6.4|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -331,11 +335,6 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{ {
"name": "Chris Tankersley", "name": "Chris Tankersley",
"email": "chris@ctankersley.com", "email": "chris@ctankersley.com",
@ -347,7 +346,13 @@
"cron", "cron",
"schedule" "schedule"
], ],
"time": "2018-06-06T03:12:17+00:00" "funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"time": "2020-08-21T02:30:13+00:00"
}, },
{ {
"name": "geoip2/geoip2", "name": "geoip2/geoip2",
@ -547,12 +552,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "188cc82398f157483976ccf61bd04ee80afcf29c" "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/188cc82398f157483976ccf61bd04ee80afcf29c", "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "188cc82398f157483976ccf61bd04ee80afcf29c", "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -565,7 +570,7 @@
}, },
"require-dev": { "require-dev": {
"ext-zlib": "*", "ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
}, },
"suggest": { "suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -573,7 +578,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.6-dev" "dev-master": "1.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -610,7 +615,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2020-05-17T20:05:25+00:00" "time": "2020-09-30T07:37:11+00:00"
}, },
{ {
"name": "influxdb/influxdb-php", "name": "influxdb/influxdb-php",
@ -1046,12 +1051,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" "reference": "dd738d0b4491f32725492cf345f6b501f5922fec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "url": "https://api.github.com/repos/php-fig/log/zipball/dd738d0b4491f32725492cf345f6b501f5922fec",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "dd738d0b4491f32725492cf345f6b501f5922fec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1075,7 +1080,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interface for logging libraries", "description": "Common interface for logging libraries",
@ -1085,7 +1090,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2020-03-23T09:12:05+00:00" "time": "2020-09-18T06:44:51+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -2426,12 +2431,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "e21c0bd532911ec05ebc258e4086ea61c86e0750" "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e21c0bd532911ec05ebc258e4086ea61c86e0750", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "e21c0bd532911ec05ebc258e4086ea61c86e0750", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2463,7 +2468,7 @@
} }
], ],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-09-02T21:29:45+00:00" "time": "2020-09-17T18:55:26+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
@ -2471,24 +2476,24 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "c99da517f9e7b6e6c4067611d804808c34d8cec3" "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/c99da517f9e7b6e6c4067611d804808c34d8cec3", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"reference": "c99da517f9e7b6e6c4067611d804808c34d8cec3", "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.2", "doctrine/instantiator": "^1.2",
"php": "^7.2", "php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2", "phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^6.0", "phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0" "phpunit/phpunit": "^8.0 || ^9.0 <9.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2526,7 +2531,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2020-07-21T10:09:02+00:00" "time": "2020-09-29T09:10:42+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -3547,12 +3552,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" "reference": "48928d471ede0548b399f54b0286fe0d0ed79267"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/48928d471ede0548b399f54b0286fe0d0ed79267",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "reference": "48928d471ede0548b399f54b0286fe0d0ed79267",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3616,7 +3621,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-14T12:35:20+00:00" "time": "2020-09-14T11:01:58+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
@ -3670,12 +3675,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "b48bd18dc6f967ad09af9eab521cdf0e68fb6a95" "reference": "f4aacffcbb556d443a15c4e49d62070903c05270"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b48bd18dc6f967ad09af9eab521cdf0e68fb6a95", "url": "https://api.github.com/repos/twigphp/Twig/zipball/f4aacffcbb556d443a15c4e49d62070903c05270",
"reference": "b48bd18dc6f967ad09af9eab521cdf0e68fb6a95", "reference": "f4aacffcbb556d443a15c4e49d62070903c05270",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3737,7 +3742,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-08-23T15:56:05+00:00" "time": "2020-09-27T05:01:29+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",