diff options
Diffstat (limited to 'vendor/composer/installed.php')
| -rw-r--r-- | vendor/composer/installed.php | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index edcc369dd..c1441fad4 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '0961c8bd4c8a4f61f9458c08bf0e91b5cc2aa5d0', + 'reference' => '0520ca2226f095046eaf57aa8125e88f69ccf376', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '0961c8bd4c8a4f61f9458c08bf0e91b5cc2aa5d0', + 'reference' => '0520ca2226f095046eaf57aa8125e88f69ccf376', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -46,6 +46,15 @@ 'aliases' => array(), 'dev_requirement' => true, ), + 'dragonmantank/cron-expression' => array( + 'pretty_version' => 'v3.4.0', + 'version' => '3.4.0.0', + 'reference' => '8c784d071debd117328803d86b2097615b457500', + 'type' => 'library', + 'install_path' => __DIR__ . '/../dragonmantank/cron-expression', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'guzzlehttp/guzzle' => array( 'pretty_version' => '7.9.2', 'version' => '7.9.2.0', @@ -93,6 +102,12 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'mtdowling/cron-expression' => array( + 'dev_requirement' => false, + 'replaced' => array( + 0 => '^1.0', + ), + ), 'myclabs/deep-copy' => array( 'pretty_version' => '1.11.0', 'version' => '1.11.0.0', @@ -487,7 +502,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/assert', 'aliases' => array(), - 'dev_requirement' => true, + 'dev_requirement' => false, ), ), ); |