Browse Source

Composer update

pull/12/head
Nafies Luthfi 8 years ago
parent
commit
112a566845
  1. 269
      composer.lock

269
composer.lock

@ -76,16 +76,16 @@
},
{
"name": "backup-manager/laravel",
"version": "1.3.0",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/backup-manager/laravel.git",
"reference": "6a69ee593cf4d05acde49c76f1b2effa1c2be29d"
"reference": "369782a7814f58e740b2d3b35c719facb287af3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/backup-manager/laravel/zipball/6a69ee593cf4d05acde49c76f1b2effa1c2be29d",
"reference": "6a69ee593cf4d05acde49c76f1b2effa1c2be29d",
"url": "https://api.github.com/repos/backup-manager/laravel/zipball/369782a7814f58e740b2d3b35c719facb287af3e",
"reference": "369782a7814f58e740b2d3b35c719facb287af3e",
"shasum": ""
},
"require": {
@ -116,7 +116,7 @@
"BackupManager\\Laravel\\": "src/"
}
},
"notification-url": "http://87.98.253.214/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -133,7 +133,7 @@
}
],
"description": "Database backup manager seamlessly integrated with Laravel 4 or 5 with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more.",
"time": "2018-02-12T12:59:36+00:00"
"time": "2018-06-18T09:20:25+00:00"
},
{
"name": "doctrine/inflector",
@ -938,16 +938,16 @@
},
{
"name": "luthfi/formfield",
"version": "0.2.7",
"version": "0.2.8",
"source": {
"type": "git",
"url": "https://github.com/nafiesl/FormField.git",
"reference": "4ff19b00f1007e755191ceb6fdb8a4293b7298fc"
"reference": "ee183f6ff92b34eecb18ca5335073de5061b76be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nafiesl/FormField/zipball/4ff19b00f1007e755191ceb6fdb8a4293b7298fc",
"reference": "4ff19b00f1007e755191ceb6fdb8a4293b7298fc",
"url": "https://api.github.com/repos/nafiesl/FormField/zipball/ee183f6ff92b34eecb18ca5335073de5061b76be",
"reference": "ee183f6ff92b34eecb18ca5335073de5061b76be",
"shasum": ""
},
"require": {
@ -986,7 +986,7 @@
}
],
"description": "Laravel Form Field the extension of Laravelcollective Form for Laravel 5.3, 5.4 and 5.5 with Twitter Bootstrap 3",
"time": "2018-05-17T06:12:29+00:00"
"time": "2018-06-25T14:09:59+00:00"
},
{
"name": "monolog/monolog",
@ -1112,16 +1112,16 @@
},
{
"name": "nesbot/carbon",
"version": "1.29.0",
"version": "1.32.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "b1cc4493fafb1b1402d50474fe6305e0558c6829"
"reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/b1cc4493fafb1b1402d50474fe6305e0558c6829",
"reference": "b1cc4493fafb1b1402d50474fe6305e0558c6829",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343",
"reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343",
"shasum": ""
},
"require": {
@ -1133,6 +1133,13 @@
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"": "src/"
@ -1156,20 +1163,20 @@
"datetime",
"time"
],
"time": "2018-05-24T13:09:20+00:00"
"time": "2018-07-05T06:59:26+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v2.0.12",
"version": "v2.0.17",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
"shasum": ""
},
"require": {
@ -1187,7 +1194,7 @@
"lib/random.php"
]
},
"notification-url": "http://87.98.253.214/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -1201,10 +1208,11 @@
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-04-04T21:24:14+00:00"
"time": "2018-07-04T16:31:37+00:00"
},
{
"name": "psr/container",
@ -1402,21 +1410,22 @@
},
{
"name": "ramsey/uuid",
"version": "3.7.3",
"version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
"reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1.0|^2.0",
"php": "^5.4 || ^7.0"
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
@ -1424,16 +1433,17 @@
"require-dev": {
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
"phpunit/phpunit": "^4.7|^5.0",
"phpunit/phpunit": "^4.7|^5.0|^6.5",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
@ -1478,7 +1488,7 @@
"identifier",
"uuid"
],
"time": "2018-01-20T00:28:24+00:00"
"time": "2018-07-19T23:38:55+00:00"
},
{
"name": "riskihajar/terbilang",
@ -1589,16 +1599,16 @@
},
{
"name": "spatie/laravel-fractal",
"version": "5.3.1",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-fractal.git",
"reference": "e39e0865b66ca541337b45fed4ad6c22200b85d0"
"reference": "9d1752ec5c48db2e968db10129ee692f4a3ffc81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/e39e0865b66ca541337b45fed4ad6c22200b85d0",
"reference": "e39e0865b66ca541337b45fed4ad6c22200b85d0",
"url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/9d1752ec5c48db2e968db10129ee692f4a3ffc81",
"reference": "9d1752ec5c48db2e968db10129ee692f4a3ffc81",
"shasum": ""
},
"require": {
@ -1630,7 +1640,7 @@
"src/helpers.php"
]
},
"notification-url": "http://87.98.253.214/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -1653,20 +1663,20 @@
"spatie",
"transform"
],
"time": "2018-02-07T23:06:44+00:00"
"time": "2018-07-19T16:40:01+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.0.2",
"version": "v6.1.2",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
"reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
"reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
"reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
"shasum": ""
},
"require": {
@ -1677,10 +1687,14 @@
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.3@dev"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "6.1-dev"
}
},
"autoload": {
@ -1702,26 +1716,26 @@
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.symfony.com",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
"time": "2017-09-30T22:39:41+00:00"
"time": "2018-07-13T07:04:35+00:00"
},
{
"name": "symfony/console",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
"reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
"reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
"url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e",
"reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e",
"shasum": ""
},
"require": {
@ -1777,11 +1791,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2018-05-16T08:49:21+00:00"
"time": "2018-07-10T14:02:11+00:00"
},
{
"name": "symfony/css-selector",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@ -1834,16 +1848,16 @@
},
{
"name": "symfony/debug",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
"reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
"reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
"url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
"reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
"shasum": ""
},
"require": {
@ -1886,11 +1900,11 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2018-05-16T14:03:39+00:00"
"time": "2018-06-26T08:45:54+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@ -1953,16 +1967,16 @@
},
{
"name": "symfony/finder",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
"reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
"reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
"url": "https://api.github.com/repos/symfony/finder/zipball/3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394",
"reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394",
"shasum": ""
},
"require": {
@ -1998,20 +2012,20 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2018-05-16T08:49:21+00:00"
"time": "2018-06-19T20:52:10+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0"
"reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a7b5fc605d1c215cea1122359044b1e682eb70c0",
"reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b8e08c085e2dc7449ee6d55a238be87d3727c96",
"reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96",
"shasum": ""
},
"require": {
@ -2052,20 +2066,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2018-05-25T11:07:31+00:00"
"time": "2018-07-19T07:08:28+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445"
"reference": "22a1d000d45f09966a363223548a150aec759e61"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3dac45df55ee0c5134c457a730cd68e2a2ce0445",
"reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/22a1d000d45f09966a363223548a150aec759e61",
"reference": "22a1d000d45f09966a363223548a150aec759e61",
"shasum": ""
},
"require": {
@ -2073,7 +2087,7 @@
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "^3.4.4|^4.0.4",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
@ -2141,7 +2155,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2018-05-25T13:16:28+00:00"
"time": "2018-07-23T16:37:31+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -2318,16 +2332,16 @@
},
{
"name": "symfony/process",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
"reference": "f741672edfcfe3a2ea77569d419006f23281d909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
"reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
"url": "https://api.github.com/repos/symfony/process/zipball/f741672edfcfe3a2ea77569d419006f23281d909",
"reference": "f741672edfcfe3a2ea77569d419006f23281d909",
"shasum": ""
},
"require": {
@ -2363,20 +2377,20 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2018-05-16T08:49:21+00:00"
"time": "2018-07-09T09:01:07+00:00"
},
{
"name": "symfony/routing",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "e382da877f5304aabc12ec3073eec430670c8296"
"reference": "6b9fef5343828e542db17e2519722ef08992f2c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
"reference": "e382da877f5304aabc12ec3073eec430670c8296",
"url": "https://api.github.com/repos/symfony/routing/zipball/6b9fef5343828e542db17e2519722ef08992f2c1",
"reference": "6b9fef5343828e542db17e2519722ef08992f2c1",
"shasum": ""
},
"require": {
@ -2389,7 +2403,6 @@
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"psr/log": "~1.0",
"symfony/config": "^3.3.1|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
@ -2441,20 +2454,20 @@
"uri",
"url"
],
"time": "2018-05-16T12:49:49+00:00"
"time": "2018-06-19T20:52:10+00:00"
},
{
"name": "symfony/translation",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb"
"reference": "0d1c0965c3e82250b9786909cf584fd4a50c9c5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb",
"reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb",
"url": "https://api.github.com/repos/symfony/translation/zipball/0d1c0965c3e82250b9786909cf584fd4a50c9c5b",
"reference": "0d1c0965c3e82250b9786909cf584fd4a50c9c5b",
"shasum": ""
},
"require": {
@ -2509,20 +2522,20 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2018-05-21T10:06:52+00:00"
"time": "2018-07-23T08:18:36+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
"reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
"reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
"reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
"shasum": ""
},
"require": {
@ -2578,7 +2591,7 @@
"debug",
"dump"
],
"time": "2018-04-26T12:42:15+00:00"
"time": "2018-07-09T08:21:26+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@ -2629,28 +2642,28 @@
},
{
"name": "vlucas/phpdotenv",
"version": "v2.4.0",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
"reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
"reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
"phpunit/phpunit": "^4.8.35 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
"dev-master": "2.5-dev"
}
},
"autoload": {
@ -2660,7 +2673,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause-Attribution"
"BSD-3-Clause"
],
"authors": [
{
@ -2675,7 +2688,7 @@
"env",
"environment"
],
"time": "2016-09-01T10:05:43+00:00"
"time": "2018-07-01T10:25:50+00:00"
}
],
"packages-dev": [
@ -2803,16 +2816,16 @@
},
{
"name": "fzaninotto/faker",
"version": "v1.7.1",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": ""
},
"require": {
@ -2820,7 +2833,7 @@
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
@ -2849,7 +2862,7 @@
"faker",
"fixtures"
],
"time": "2017-08-15T16:48:10+00:00"
"time": "2018-07-12T10:23:15+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@ -2997,16 +3010,16 @@
},
{
"name": "luthfi/simple-crud-generator",
"version": "1.1.2",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/nafiesl/SimpleCrudGenerator.git",
"reference": "503567a2161f344f4dac4adebddd35559b8c00d4"
"reference": "47e1e2a3b8b30035e70ec25db89e34cc6169837d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/503567a2161f344f4dac4adebddd35559b8c00d4",
"reference": "503567a2161f344f4dac4adebddd35559b8c00d4",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/47e1e2a3b8b30035e70ec25db89e34cc6169837d",
"reference": "47e1e2a3b8b30035e70ec25db89e34cc6169837d",
"shasum": ""
},
"require": {
@ -3049,7 +3062,7 @@
"tdd-workflow",
"testing"
],
"time": "2018-05-24T14:29:58+00:00"
"time": "2018-07-25T15:23:18+00:00"
},
{
"name": "maximebf/debugbar",
@ -3791,16 +3804,16 @@
},
{
"name": "phpunit/phpunit",
"version": "6.5.8",
"version": "6.5.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
"reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/093ca5508174cd8ab8efe44fd1dde447adfdec8f",
"reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f",
"shasum": ""
},
"require": {
@ -3853,7 +3866,7 @@
"src/"
]
},
"notification-url": "http://87.98.253.214/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
@ -3871,20 +3884,20 @@
"testing",
"xunit"
],
"time": "2018-04-10T11:38:34+00:00"
"time": "2018-07-03T06:40:40+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "5.0.6",
"version": "5.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
"reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
"reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
"reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
"shasum": ""
},
"require": {
@ -3930,7 +3943,7 @@
"mock",
"xunit"
],
"time": "2018-01-06T05:45:45+00:00"
"time": "2018-07-13T03:27:23+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -4493,16 +4506,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v3.4.11",
"version": "v3.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8"
"reference": "54c9e817b74c7be1840344bf4feaa7a7d02abfb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/201b210fafcdd193c1e45b2994bf7133fb6263e8",
"reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/54c9e817b74c7be1840344bf4feaa7a7d02abfb8",
"reference": "54c9e817b74c7be1840344bf4feaa7a7d02abfb8",
"shasum": ""
},
"require": {
@ -4546,7 +4559,7 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2018-05-01T22:53:27+00:00"
"time": "2018-07-05T11:53:23+00:00"
},
{
"name": "theseer/tokenizer",

Loading…
Cancel
Save