"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "0538bbfe8da040f822b5342f47712bf6",
+ "content-hash": "cbac4995deb7e09b4f49966aca57cb05",
"packages": [
{
"name": "almasaeed2010/adminlte",
},
{
"name": "cocur/slugify",
- "version": "v3.1",
+ "version": "v3.2",
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
- "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7"
+ "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
- "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
+ "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
+ "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
"shasum": ""
},
"require": {
"mikey179/vfsstream": "~1.6",
"mockery/mockery": "~0.9",
"nette/di": "~2.2",
- "phpunit/phpunit": "~4.8|~5.2",
+ "phpunit/phpunit": "~4.8.36|~5.2",
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
"silex/silex": "~1.3",
- "symfony/config": "~2.4|~3.0",
- "symfony/dependency-injection": "~2.4|~3.0",
- "symfony/http-kernel": "~2.4|~3.0",
+ "symfony/config": "~2.4|~3.0|~4.0",
+ "symfony/dependency-injection": "~2.4|~3.0|~4.0",
+ "symfony/http-kernel": "~2.4|~3.0|~4.0",
"twig/twig": "~1.26|~2.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"slug",
"slugify"
],
- "time": "2018-01-22T09:00:48+00:00"
+ "time": "2019-01-31T20:38:55+00:00"
},
{
"name": "composer/installers",
],
"time": "2019-01-10T14:06:47+00:00"
},
+ {
+ "name": "firebase/php-jwt",
+ "version": "v5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/firebase/php-jwt.git",
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": " 4.8.35"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Firebase\\JWT\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Neuman Vong",
+ "email": "neuman+pear@twilio.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Anant Narayanan",
+ "email": "anant@php.net",
+ "role": "Developer"
+ }
+ ],
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
+ "homepage": "https://github.com/firebase/php-jwt",
+ "time": "2017-06-27T22:17:23+00:00"
+ },
+ {
+ "name": "google/apiclient",
+ "version": "v2.2.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/googleapis/google-api-php-client.git",
+ "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4e0fd83510e579043e10e565528b323b7c2b3c81",
+ "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
+ "google/apiclient-services": "~0.13",
+ "google/auth": "^1.0",
+ "guzzlehttp/guzzle": "~5.3.1|~6.0",
+ "guzzlehttp/psr7": "^1.2",
+ "monolog/monolog": "^1.17",
+ "php": ">=5.4",
+ "phpseclib/phpseclib": "~0.3.10|~2.0"
+ },
+ "require-dev": {
+ "cache/filesystem-adapter": "^0.3.2",
+ "phpunit/phpunit": "~4.8.36",
+ "squizlabs/php_codesniffer": "~2.3",
+ "symfony/css-selector": "~2.1",
+ "symfony/dom-crawler": "~2.1"
+ },
+ "suggest": {
+ "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Google_": "src/"
+ },
+ "classmap": [
+ "src/Google/Service/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Client library for Google APIs",
+ "homepage": "http://developers.google.com/api-client-library/php",
+ "keywords": [
+ "google"
+ ],
+ "time": "2018-06-20T15:52:20+00:00"
+ },
+ {
+ "name": "google/apiclient-services",
+ "version": "v0.83",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/googleapis/google-api-php-client-services.git",
+ "reference": "f443f4107d9ba001dad60d18cf1ec0cf0e7234f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/f443f4107d9ba001dad60d18cf1ec0cf0e7234f9",
+ "reference": "f443f4107d9ba001dad60d18cf1ec0cf0e7234f9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Google_Service_": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Client library for Google APIs",
+ "homepage": "http://developers.google.com/api-client-library/php",
+ "keywords": [
+ "google"
+ ],
+ "time": "2019-01-30T22:06:40+00:00"
+ },
+ {
+ "name": "google/auth",
+ "version": "v1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/googleapis/google-auth-library-php.git",
+ "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/196237248e636a3554a7d9e4dfddeb97f450ab5c",
+ "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
+ "guzzlehttp/guzzle": "~5.3.1|~6.0",
+ "guzzlehttp/psr7": "^1.2",
+ "php": ">=5.4",
+ "psr/cache": "^1.0",
+ "psr/http-message": "^1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^1.11",
+ "guzzlehttp/promises": "0.1.1|^1.3",
+ "phpunit/phpunit": "^4.8.36|^5.7",
+ "sebastian/comparator": ">=1.2.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Google\\Auth\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Google Auth Library for PHP",
+ "homepage": "http://github.com/google/google-auth-library-php",
+ "keywords": [
+ "Authentication",
+ "google",
+ "oauth2"
+ ],
+ "time": "2018-09-17T20:29:21+00:00"
+ },
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",
},
{
"name": "laravel/framework",
- "version": "v5.7.24",
+ "version": "v5.7.25",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "2ede55db4b8201ed0450fa7e7a4d7220aa29bc34"
+ "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/2ede55db4b8201ed0450fa7e7a4d7220aa29bc34",
- "reference": "2ede55db4b8201ed0450fa7e7a4d7220aa29bc34",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/f8fb354878064b94a3ff09a6ffd48ee9a8d712cf",
+ "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf",
"shasum": ""
},
"require": {
"framework",
"laravel"
],
- "time": "2019-01-29T22:13:46+00:00"
+ "time": "2019-02-05T14:28:43+00:00"
},
{
"name": "laravel/nexmo-notification-channel",
},
{
"name": "league/flysystem",
- "version": "1.0.49",
+ "version": "1.0.50",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd"
+ "reference": "dab4e7624efa543a943be978008f439c333f2249"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd",
- "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
+ "reference": "dab4e7624efa543a943be978008f439c333f2249",
"shasum": ""
},
"require": {
"sftp",
"storage"
],
- "time": "2018-11-23T23:41:29+00:00"
+ "time": "2019-02-01T08:50:36+00:00"
},
{
"name": "league/flysystem-cached-adapter",
"description": "An adapter decorator to enable meta-data caching.",
"time": "2018-07-09T20:51:04+00:00"
},
+ {
+ "name": "league/glide",
+ "version": "1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/glide.git",
+ "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80",
+ "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80",
+ "shasum": ""
+ },
+ "require": {
+ "intervention/image": "^2.4",
+ "league/flysystem": "^1.0",
+ "php": "^5.4 | ^7.0",
+ "psr/http-message": "^1.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~0.9",
+ "phpunit/php-token-stream": "^1.4",
+ "phpunit/phpunit": "~4.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Glide\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Reinink",
+ "email": "jonathan@reinink.ca",
+ "homepage": "http://reinink.ca"
+ }
+ ],
+ "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
+ "homepage": "http://glide.thephpleague.com",
+ "keywords": [
+ "ImageMagick",
+ "editing",
+ "gd",
+ "image",
+ "imagick",
+ "league",
+ "manipulation",
+ "processing"
+ ],
+ "time": "2018-12-22T17:56:55+00:00"
+ },
+ {
+ "name": "madewithlove/illuminate-psr-cache-bridge",
+ "version": "1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/madewithlove/illuminate-psr-cache-bridge.git",
+ "reference": "68927525577666617603820e81b42e625f4685b6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/madewithlove/illuminate-psr-cache-bridge/zipball/68927525577666617603820e81b42e625f4685b6",
+ "reference": "68927525577666617603820e81b42e625f4685b6",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^5.0",
+ "php": ">=5.6.0",
+ "psr/cache": "^1.0"
+ },
+ "provide": {
+ "psr/cache-implementation": "1.0.0"
+ },
+ "require-dev": {
+ "cache/integration-tests": "^0.16.0",
+ "illuminate/cache": "^5.0",
+ "nesbot/carbon": "^1.3.0",
+ "phpunit/phpunit": "^4.8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Madewithlove\\IlluminatePsrCacheBridge\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "keywords": [
+ "Bridge",
+ "adapter",
+ "cache",
+ "implementation",
+ "laravel",
+ "psr-6"
+ ],
+ "time": "2017-06-19T13:31:41+00:00"
+ },
{
"name": "monolog/monolog",
"version": "1.24.0",
},
{
"name": "nexmo/client",
- "version": "1.6.1",
+ "version": "1.6.2",
"source": {
"type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git",
- "reference": "3dc03ca1dab726a23b757110897740e54304fc65"
+ "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/3dc03ca1dab726a23b757110897740e54304fc65",
- "reference": "3dc03ca1dab726a23b757110897740e54304fc65",
+ "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/2f79f67f24225ea627ee14578e98c96276cdd4c5",
+ "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5",
"shasum": ""
},
"require": {
}
],
"description": "PHP Client for using Nexmo's API.",
- "time": "2019-01-02T09:06:47+00:00"
+ "time": "2019-02-07T11:14:34+00:00"
+ },
+ {
+ "name": "nicmart/tree",
+ "version": "v0.2.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nicmart/Tree.git",
+ "reference": "0616b54bb49938e1a816141d7943db48ebf76938"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nicmart/Tree/zipball/0616b54bb49938e1a816141d7943db48ebf76938",
+ "reference": "0616b54bb49938e1a816141d7943db48ebf76938",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Tree\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolò Martini",
+ "email": "nicmartnic@gmail.com"
+ }
+ ],
+ "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.",
+ "time": "2015-08-20T20:50:35+00:00"
},
{
"name": "nikic/php-parser",
],
"time": "2016-01-26T13:27:02+00:00"
},
+ {
+ "name": "phpseclib/phpseclib",
+ "version": "2.0.14",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpseclib/phpseclib.git",
+ "reference": "8ebfcadbf30524aeb75b2c446bc2519d5b321478"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8ebfcadbf30524aeb75b2c446bc2519d5b321478",
+ "reference": "8ebfcadbf30524aeb75b2c446bc2519d5b321478",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phing/phing": "~2.7",
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
+ "sami/sami": "~2.0",
+ "squizlabs/php_codesniffer": "~2.0"
+ },
+ "suggest": {
+ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
+ "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
+ "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
+ "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "phpseclib/bootstrap.php"
+ ],
+ "psr-4": {
+ "phpseclib\\": "phpseclib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jim Wigginton",
+ "email": "terrafrost@php.net",
+ "role": "Lead Developer"
+ },
+ {
+ "name": "Patrick Monnerat",
+ "email": "pm@datasphere.ch",
+ "role": "Developer"
+ },
+ {
+ "name": "Andreas Fischer",
+ "email": "bantu@phpbb.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Hans-Jürgen Petrich",
+ "email": "petrich@tronic-media.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "graham@alt-three.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
+ "homepage": "http://phpseclib.sourceforge.net",
+ "keywords": [
+ "BigInteger",
+ "aes",
+ "asn.1",
+ "asn1",
+ "blowfish",
+ "crypto",
+ "cryptography",
+ "encryption",
+ "rsa",
+ "security",
+ "sftp",
+ "signature",
+ "signing",
+ "ssh",
+ "twofish",
+ "x.509",
+ "x509"
+ ],
+ "time": "2019-01-27T19:37:29+00:00"
+ },
{
"name": "predis/predis",
"version": "v1.1.1",
"identifier",
"uuid"
],
- "time": "2018-07-19T23:38:55+00:00"
+ "time": "2018-07-19T23:38:55+00:00"
+ },
+ {
+ "name": "spatie/browsershot",
+ "version": "3.26.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/browsershot.git",
+ "reference": "42dd2120577d9a4c6937773d7a233fffe72a06c7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/browsershot/zipball/42dd2120577d9a4c6937773d7a233fffe72a06c7",
+ "reference": "42dd2120577d9a4c6937773d7a233fffe72a06c7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1",
+ "spatie/image": "^1.4",
+ "spatie/temporary-directory": "^1.1",
+ "symfony/process": "^3.0|^4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.1|^7.0",
+ "spatie/phpunit-snapshot-assertions": "^1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Browsershot\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://github.com/freekmurze",
+ "role": "Developer"
+ }
+ ],
+ "description": "Convert a webpage to an image or pdf using headless Chrome",
+ "homepage": "https://github.com/spatie/browsershot",
+ "keywords": [
+ "chrome",
+ "convert",
+ "headless",
+ "image",
+ "pdf",
+ "puppeteer",
+ "screenshot",
+ "webpage"
+ ],
+ "time": "2018-10-18T17:24:07+00:00"
+ },
+ {
+ "name": "spatie/crawler",
+ "version": "4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/crawler.git",
+ "reference": "b16d4b2ddfd59ec395c878212ab80e96d4ba8d38"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/crawler/zipball/b16d4b2ddfd59ec395c878212ab80e96d4ba8d38",
+ "reference": "b16d4b2ddfd59ec395c878212ab80e96d4ba8d38",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.3",
+ "guzzlehttp/psr7": "^1.4",
+ "nicmart/tree": "^0.2.7",
+ "php": "^7.1",
+ "spatie/browsershot": "^3.14",
+ "spatie/robots-txt": "^1.0.1",
+ "symfony/dom-crawler": "^4.0",
+ "tightenco/collect": "^5.6"
+ },
+ "require-dev": {
+ "larapack/dd": "^1.1",
+ "phpunit/phpunit": "^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Crawler\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be"
+ }
+ ],
+ "description": "Crawl all internal links found on a website",
+ "homepage": "https://github.com/spatie/crawler",
+ "keywords": [
+ "crawler",
+ "link",
+ "spatie",
+ "website"
+ ],
+ "time": "2018-10-29T10:09:35+00:00"
+ },
+ {
+ "name": "spatie/db-dumper",
+ "version": "2.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/db-dumper.git",
+ "reference": "61cf73e3b53e163d6e888a0013b9df6bb235752c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/db-dumper/zipball/61cf73e3b53e163d6e888a0013b9df6bb235752c",
+ "reference": "61cf73e3b53e163d6e888a0013b9df6bb235752c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0",
+ "symfony/process": "^3.0|^4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\DbDumper\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Dump databases",
+ "homepage": "https://github.com/spatie/db-dumper",
+ "keywords": [
+ "database",
+ "db-dumper",
+ "dump",
+ "mysqldump",
+ "spatie"
+ ],
+ "time": "2018-12-10T10:41:18+00:00"
+ },
+ {
+ "name": "spatie/image",
+ "version": "1.5.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/image.git",
+ "reference": "d4cb6afff1b98fd6e17396d91e0e584c3d91bb23"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/image/zipball/d4cb6afff1b98fd6e17396d91e0e584c3d91bb23",
+ "reference": "d4cb6afff1b98fd6e17396d91e0e584c3d91bb23",
+ "shasum": ""
+ },
+ "require": {
+ "league/glide": "^1.2",
+ "php": "^7.0",
+ "spatie/image-optimizer": "^1.0",
+ "spatie/temporary-directory": "^1.0.0",
+ "symfony/process": "^3.0|^4.0"
+ },
+ "require-dev": {
+ "larapack/dd": "^1.1",
+ "phpunit/phpunit": "^6.0|^7.0",
+ "symfony/var-dumper": "^3.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Image\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Manipulate images with an expressive API",
+ "homepage": "https://github.com/spatie/image",
+ "keywords": [
+ "image",
+ "spatie"
+ ],
+ "time": "2018-05-05T21:44:52+00:00"
+ },
+ {
+ "name": "spatie/image-optimizer",
+ "version": "1.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/image-optimizer.git",
+ "reference": "11f0b270669a55f90093d63ddb5214e0f7c279da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/11f0b270669a55f90093d63ddb5214e0f7c279da",
+ "reference": "11f0b270669a55f90093d63ddb5214e0f7c279da",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": "^7.0",
+ "psr/log": "^1.0",
+ "symfony/process": "^4.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7.5",
+ "symfony/var-dumper": "^4.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\ImageOptimizer\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Easily optimize images using PHP",
+ "homepage": "https://github.com/spatie/image-optimizer",
+ "keywords": [
+ "image-optimizer",
+ "spatie"
+ ],
+ "time": "2019-01-14T09:15:47+00:00"
},
{
- "name": "spatie/db-dumper",
- "version": "2.12.0",
+ "name": "spatie/laravel-analytics",
+ "version": "3.6.2",
"source": {
"type": "git",
- "url": "https://github.com/spatie/db-dumper.git",
- "reference": "61cf73e3b53e163d6e888a0013b9df6bb235752c"
+ "url": "https://github.com/spatie/laravel-analytics.git",
+ "reference": "8dff6dc7fb43cb6013f3d9fc57917462edded9e1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/db-dumper/zipball/61cf73e3b53e163d6e888a0013b9df6bb235752c",
- "reference": "61cf73e3b53e163d6e888a0013b9df6bb235752c",
+ "url": "https://api.github.com/repos/spatie/laravel-analytics/zipball/8dff6dc7fb43cb6013f3d9fc57917462edded9e1",
+ "reference": "8dff6dc7fb43cb6013f3d9fc57917462edded9e1",
"shasum": ""
},
"require": {
- "php": "^7.0",
- "symfony/process": "^3.0|^4.0"
+ "google/apiclient": "^2.0",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
+ "madewithlove/illuminate-psr-cache-bridge": "^1.0",
+ "nesbot/carbon": "^1.21",
+ "php": "^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "league/flysystem": ">=1.0.8",
+ "mockery/mockery": "^1.0",
+ "orchestra/testbench": "~3.4.6|~3.5.0|~3.6.0|~5.7.0",
+ "phpunit/phpunit": "^6.1|^7.0"
},
"type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\Analytics\\AnalyticsServiceProvider"
+ ],
+ "aliases": {
+ "Analytics": "Spatie\\Analytics\\AnalyticsFacade"
+ }
+ }
+ },
"autoload": {
"psr-4": {
- "Spatie\\DbDumper\\": "src"
+ "Spatie\\Analytics\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
- "homepage": "https://spatie.be",
+ "homepage": "https://murze.be",
"role": "Developer"
}
],
- "description": "Dump databases",
- "homepage": "https://github.com/spatie/db-dumper",
+ "description": "A Laravel 5 package to retrieve Google Analytics data.",
+ "homepage": "https://github.com/spatie/laravel-analytics",
"keywords": [
- "database",
- "db-dumper",
- "dump",
- "mysqldump",
+ "analytics",
+ "google",
+ "laravel",
+ "reports",
+ "retrieve",
"spatie"
],
- "time": "2018-12-10T10:41:18+00:00"
+ "time": "2018-08-24T21:31:14+00:00"
},
{
"name": "spatie/laravel-backup",
],
"time": "2018-12-28T07:57:48+00:00"
},
+ {
+ "name": "spatie/laravel-googletagmanager",
+ "version": "2.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-googletagmanager.git",
+ "reference": "8e58e47767df0484055b415ec49dc7ef42bc3a9c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-googletagmanager/zipball/8e58e47767df0484055b415ec49dc7ef42bc3a9c",
+ "reference": "8e58e47767df0484055b415ec49dc7ef42bc3a9c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Spatie\\GoogleTagManager\\GoogleTagManagerServiceProvider"
+ ],
+ "aliases": {
+ "GoogleTagManager": "Spatie\\GoogleTagManager\\GoogleTagManagerFacade"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\GoogleTagManager\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian De Deyne",
+ "email": "sebastian@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Google Tag Manager integration for Laravel",
+ "homepage": "https://github.com/spatie/laravel-googletagmanager",
+ "keywords": [
+ "Google Tag Manager",
+ "laravel",
+ "laravel-googletagmanager",
+ "spatie"
+ ],
+ "time": "2018-10-29T10:21:45+00:00"
+ },
{
"name": "spatie/laravel-permission",
"version": "2.28.2",
"time": "2018-12-11T02:03:59+00:00"
},
{
- "name": "spatie/temporary-directory",
- "version": "1.1.4",
+ "name": "spatie/laravel-sitemap",
+ "version": "5.2.9",
"source": {
"type": "git",
- "url": "https://github.com/spatie/temporary-directory.git",
- "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
+ "url": "https://github.com/spatie/laravel-sitemap.git",
+ "reference": "2344ce434d014c6a6eac51e71bdb97871de93ccd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
- "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
+ "url": "https://api.github.com/repos/spatie/laravel-sitemap/zipball/2344ce434d014c6a6eac51e71bdb97871de93ccd",
+ "reference": "2344ce434d014c6a6eac51e71bdb97871de93ccd",
"shasum": ""
},
"require": {
- "php": "^7.0"
+ "illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
+ "nesbot/carbon": "^1.21",
+ "php": "^7.1",
+ "spatie/crawler": "^4.1.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.3"
+ "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
+ "phpunit/phpunit": "^6.4.1|^7.0",
+ "spatie/phpunit-snapshot-assertions": "^1.0.0",
+ "spatie/temporary-directory": "^1.1"
},
"type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\Sitemap\\SitemapServiceProvider"
+ ]
+ }
+ },
"autoload": {
"psr-4": {
- "Spatie\\TemporaryDirectory\\": "src"
+ "Spatie\\Sitemap\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Alex Vanderbist",
- "email": "alex@spatie.be",
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
- "description": "Easily create, use and destroy temporary directories",
- "homepage": "https://github.com/spatie/temporary-directory",
+ "description": "Create and generate sitemaps with ease",
+ "homepage": "https://github.com/spatie/laravel-sitemap",
"keywords": [
- "spatie",
- "temporary-directory"
+ "laravel-sitemap",
+ "spatie"
],
- "time": "2018-04-12T09:34:43+00:00"
+ "time": "2019-02-11T07:41:55+00:00"
},
{
- "name": "stechstudio/laravel-ssh-tunnel",
- "version": "1.2.0",
+ "name": "spatie/robots-txt",
+ "version": "1.0.2",
"source": {
"type": "git",
- "url": "https://github.com/stechstudio/laravel-ssh-tunnel.git",
- "reference": "c041dddcc8ad5eb92a40610d6e16812fe5141c29"
+ "url": "https://github.com/spatie/robots-txt.git",
+ "reference": "8c059616dc2d389ae7838a04cee6ce6860daf51c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/stechstudio/laravel-ssh-tunnel/zipball/c041dddcc8ad5eb92a40610d6e16812fe5141c29",
- "reference": "c041dddcc8ad5eb92a40610d6e16812fe5141c29",
+ "url": "https://api.github.com/repos/spatie/robots-txt/zipball/8c059616dc2d389ae7838a04cee6ce6860daf51c",
+ "reference": "8c059616dc2d389ae7838a04cee6ce6860daf51c",
"shasum": ""
},
"require": {
- "illuminate/support": "^5.2"
+ "php": "^7.1"
+ },
+ "require-dev": {
+ "larapack/dd": "^1.0",
+ "phpunit/phpunit": "^7.0"
},
"type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "STS\\Tunneler\\TunnelerServiceProvider"
- ]
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Robots\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brent Roose",
+ "email": "brent@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
}
+ ],
+ "description": "Determine if a page may be crawled from robots.txt and robots meta tags",
+ "homepage": "https://github.com/spatie/robots-txt",
+ "keywords": [
+ "robots-txt",
+ "spatie"
+ ],
+ "time": "2019-01-11T21:49:12+00:00"
+ },
+ {
+ "name": "spatie/temporary-directory",
+ "version": "1.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/temporary-directory.git",
+ "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
+ "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.3"
},
+ "type": "library",
"autoload": {
- "classmap": [],
"psr-4": {
- "STS\\Tunneler\\": "src"
- },
- "files": []
+ "Spatie\\TemporaryDirectory\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Bubba Hines",
- "email": "rob@stechstudio.com"
+ "name": "Alex Vanderbist",
+ "email": "alex@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
}
],
- "description": "Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen",
+ "description": "Easily create, use and destroy temporary directories",
+ "homepage": "https://github.com/spatie/temporary-directory",
"keywords": [
- "laravel",
- "lumen",
- "mysql",
- "ssh",
- "tunnel"
+ "spatie",
+ "temporary-directory"
],
- "time": "2018-05-20T19:10:27+00:00"
+ "time": "2018-04-12T09:34:43+00:00"
},
{
"name": "studio-42/elfinder",
},
{
"name": "symfony/console",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
+ "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
- "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
+ "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
+ "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
"shasum": ""
},
"require": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
+ "provide": {
+ "psr/log-implementation": "1.0"
+ },
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0"
},
"suggest": {
- "psr/log-implementation": "For using the console logger",
+ "psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2019-01-04T15:13:53+00:00"
+ "time": "2019-01-25T14:35:16+00:00"
},
{
"name": "symfony/contracts",
},
{
"name": "symfony/css-selector",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4"
+ "reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/76dac1dbe2830213e95892c7c2ec1edd74113ea4",
- "reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
+ "reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
"shasum": ""
},
"require": {
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-16T20:31:39+00:00"
},
{
"name": "symfony/debug",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
- "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
+ "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
- "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
+ "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
"shasum": ""
},
"require": {
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-25T14:35:16+00:00"
+ },
+ {
+ "name": "symfony/dom-crawler",
+ "version": "v4.2.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/dom-crawler.git",
+ "reference": "d8476760b04cdf7b499c8718aa437c20a9155103"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d8476760b04cdf7b499c8718aa437c20a9155103",
+ "reference": "d8476760b04cdf7b499c8718aa437c20a9155103",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1.3",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "require-dev": {
+ "symfony/css-selector": "~3.4|~4.0"
+ },
+ "suggest": {
+ "symfony/css-selector": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\DomCrawler\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony DomCrawler Component",
+ "homepage": "https://symfony.com",
+ "time": "2019-01-16T20:35:37+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
+ "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
- "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
+ "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
"shasum": ""
},
"require": {
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
- "time": "2019-01-05T16:37:49+00:00"
+ "time": "2019-01-16T20:35:37+00:00"
},
{
"name": "symfony/finder",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
+ "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
- "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c",
+ "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c",
"shasum": ""
},
"require": {
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-16T20:35:37+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
+ "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
- "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
+ "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
"shasum": ""
},
"require": {
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
- "time": "2019-01-05T16:37:49+00:00"
+ "time": "2019-01-29T09:49:29+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
+ "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
- "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
+ "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
"shasum": ""
},
"require": {
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
- "time": "2019-01-06T16:19:23+00:00"
+ "time": "2019-02-03T12:47:33+00:00"
},
{
"name": "symfony/polyfill-ctype",
},
{
"name": "symfony/process",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
+ "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
- "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
+ "url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
+ "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"shasum": ""
},
"require": {
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
- "time": "2019-01-03T14:48:52+00:00"
+ "time": "2019-01-24T22:05:03+00:00"
},
{
"name": "symfony/routing",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee"
+ "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee",
- "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53",
+ "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53",
"shasum": ""
},
"require": {
"uri",
"url"
],
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-29T09:49:29+00:00"
},
{
"name": "symfony/translation",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
+ "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
- "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
+ "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
"shasum": ""
},
"require": {
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-27T23:11:39+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v4.2.2",
+ "version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
+ "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
- "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
+ "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
"shasum": ""
},
"require": {
"debug",
"dump"
],
- "time": "2019-01-03T09:07:35+00:00"
+ "time": "2019-01-30T11:44:30+00:00"
+ },
+ {
+ "name": "tightenco/collect",
+ "version": "v5.7.25",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tightenco/collect.git",
+ "reference": "bcdb1d4ca989a3aaa74aeac67c8e44ccf1761b9d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tightenco/collect/zipball/bcdb1d4ca989a3aaa74aeac67c8e44ccf1761b9d",
+ "reference": "bcdb1d4ca989a3aaa74aeac67c8e44ccf1761b9d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1.3",
+ "symfony/var-dumper": ">=3.4 <5"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.0",
+ "nesbot/carbon": "^1.26.3",
+ "phpunit/phpunit": "^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/Collect/Support/helpers.php",
+ "src/Collect/Support/alias.php"
+ ],
+ "psr-4": {
+ "Tightenco\\Collect\\": "src/Collect"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylorotwell@gmail.com"
+ }
+ ],
+ "description": "Collect - Illuminate Collections as a separate package.",
+ "keywords": [
+ "collection",
+ "laravel"
+ ],
+ "time": "2019-02-05T15:00:41+00:00"
},
{
"name": "tightenco/parental",
},
{
"name": "mockery/mockery",
- "version": "1.2.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
- "reference": "100633629bf76d57430b86b7098cd6beb996a35a"
+ "reference": "dc4f10b6b1148744facb784015e4b339d7feec23"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
- "reference": "100633629bf76d57430b86b7098cd6beb996a35a",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23",
+ "reference": "dc4f10b6b1148744facb784015e4b339d7feec23",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
- "phpunit/phpunit": "~5.7.10|~6.5|~7.0"
+ "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
},
"type": "library",
"extra": {
"test double",
"testing"
],
- "time": "2018-10-02T21:52:37+00:00"
+ "time": "2019-02-08T14:43:54+00:00"
},
{
"name": "myclabs/deep-copy",
},
{
"name": "phpunit/phpunit",
- "version": "7.5.2",
+ "version": "7.5.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944"
+ "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7c89093bd00f7d5ddf0ab81dee04f801416b4944",
- "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2896657da5fb237bc316bdfc18c2650efeee0dc0",
+ "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0",
"shasum": ""
},
"require": {
"testing",
"xunit"
],
- "time": "2019-01-15T08:19:08+00:00"
+ "time": "2019-02-07T14:15:04+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
},
{
"name": "sebastian/diff",
- "version": "3.0.1",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "366541b989927187c4ca70490a35615d3fef2dce"
+ "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
- "reference": "366541b989927187c4ca70490a35615d3fef2dce",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
+ "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"type": "library",
"unidiff",
"unified diff"
],
- "time": "2018-06-10T07:54:39+00:00"
+ "time": "2019-02-04T06:01:07+00:00"
},
{
"name": "sebastian/environment",
- "version": "4.0.2",
+ "version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "4a43e9af57b4afa663077b9bc85255dbc6e8a2bd"
+ "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4a43e9af57b4afa663077b9bc85255dbc6e8a2bd",
- "reference": "4a43e9af57b4afa663077b9bc85255dbc6e8a2bd",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
+ "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
- "phpunit/phpunit": "^7.4"
+ "phpunit/phpunit": "^7.5"
+ },
+ "suggest": {
+ "ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.0-dev"
+ "dev-master": "4.1-dev"
}
},
"autoload": {
"environment",
"hhvm"
],
- "time": "2019-01-28T15:26:03+00:00"
+ "time": "2019-02-01T05:27:49+00:00"
},
{
"name": "sebastian/exporter",