From 0eb6a82dfc066689c7b12984f026edd5463827c6 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 1 Feb 2018 15:32:25 +0100 Subject: [PATCH 1/3] Fix Travis configuration --- .travis.yml | 39 +-- composer.lock | 881 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 594 insertions(+), 326 deletions(-) diff --git a/.travis.yml b/.travis.yml index 162f542de8..488974b63b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,42 +2,35 @@ language: php dist: trusty -env: - global: - - SYLIUS_CACHE_DIR=$HOME/.sylius-cache - - SYLIUS_BUILD_DIR=etc/build - - TRAVIS_NODE_VERSION="7.5" - -sudo: required +sudo: false php: - 7.1 - -services: - - memcached + - 7.2 cache: + yarn: true directories: - vendor - bin - node_modules + - ~/.composer/cache/files - $SYLIUS_CACHE_DIR +env: + global: + - SYLIUS_CACHE_DIR=$HOME/.sylius-cache + - SYLIUS_BUILD_DIR=etc/build + +services: + - memcached + before_install: - phpenv config-rm xdebug.ini || true - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - # Install Node Version Manager to install newer node version - - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout $(git describe --abbrev=0 --tags)) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION - - # Install Yarn globally - - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg - - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - - sudo apt-get update -qq - - sudo apt-get install -y -qq yarn=0.21.3-1 - install: - composer install --no-interaction --prefer-dist - yarn install @@ -56,8 +49,8 @@ before_script: # Download and configure ChromeDriver - | - if [ ! -f $SYLIUS_CACHE_DIR/chromedriver ]; then - curl http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip > chromedriver.zip + if [ ! -f $SYLIUS_CACHE_DIR/chromedriver ] || [ "$($SYLIUS_CACHE_DIR/chromedriver --version | grep -c 2.34)" = "0" ]; then + curl http://chromedriver.storage.googleapis.com/2.34/chromedriver_linux64.zip > chromedriver.zip unzip chromedriver.zip chmod +x chromedriver mv chromedriver $SYLIUS_CACHE_DIR @@ -68,7 +61,7 @@ before_script: # Download and configure Selenium - | - if [ ! -f $SYLIUS_CACHE_DIR/selenium.jar ]; then + if [ ! -f $SYLIUS_CACHE_DIR/selenium.jar ] || [ "$(java -jar $SYLIUS_CACHE_DIR/selenium.jar --version | grep -c 3.4.0)" = "0" ]; then curl http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar > selenium.jar mv selenium.jar $SYLIUS_CACHE_DIR fi @@ -80,6 +73,8 @@ before_script: - bin/console server:run 127.0.0.1:8080 --env=test_cached --router=app/config/router_test_cached.php --no-debug --quiet > /dev/null 2>&1 & script: + - composer validate --strict + - bin/phpspec run --no-interaction -f dot - echo "Testing (Behat - brand new, regular scenarios; ~@javascript && ~@todo && ~@cli)" "Sylius" diff --git a/composer.lock b/composer.lock index a9602c5970..0a13125e3c 100644 --- a/composer.lock +++ b/composer.lock @@ -104,16 +104,16 @@ }, { "name": "cocur/slugify", - "version": "v3.0.1", + "version": "v3.1", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", - "reference": "1fdf2b1219a199301db3d7c60c16d895bba6ccde" + "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cocur/slugify/zipball/1fdf2b1219a199301db3d7c60c16d895bba6ccde", - "reference": "1fdf2b1219a199301db3d7c60c16d895bba6ccde", + "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", + "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", "shasum": "" }, "require": { @@ -165,7 +165,7 @@ "slug", "slugify" ], - "time": "2017-09-24T10:29:04+00:00" + "time": "2018-01-22T09:00:48+00:00" }, { "name": "composer/ca-bundle", @@ -928,20 +928,20 @@ }, { "name": "doctrine/inflector", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" + "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", - "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", + "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^6.2" @@ -949,7 +949,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -991,7 +991,7 @@ "singularize", "string" ], - "time": "2017-07-22T12:18:28+00:00" + "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/instantiator", @@ -1434,21 +1434,21 @@ }, { "name": "friendsofsymfony/oauth2-php", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", - "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c" + "reference": "486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", - "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", + "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93", + "reference": "486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93", "shasum": "" }, "require": { "php": ">=5.3.2", - "symfony/http-foundation": "~2.0|~3.0" + "symfony/http-foundation": "~2.0|~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" @@ -1484,7 +1484,7 @@ "oauth", "oauth2" ], - "time": "2016-03-31T14:24:17+00:00" + "time": "2018-01-05T15:20:40+00:00" }, { "name": "friendsofsymfony/rest-bundle", @@ -1640,16 +1640,16 @@ }, { "name": "gedmo/doctrine-extensions", - "version": "v2.4.32", + "version": "v2.4.33", "source": { "type": "git", "url": "https://github.com/Atlantic18/DoctrineExtensions.git", - "reference": "a268224b312353be62d72e6390a286f4166a7542" + "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/a268224b312353be62d72e6390a286f4166a7542", - "reference": "a268224b312353be62d72e6390a286f4166a7542", + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78", + "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78", "shasum": "" }, "require": { @@ -1714,7 +1714,7 @@ "tree", "uploadable" ], - "time": "2017-12-28T14:36:10+00:00" + "time": "2018-01-08T14:13:45+00:00" }, { "name": "guzzlehttp/guzzle", @@ -2104,68 +2104,6 @@ ], "time": "2014-01-12T16:20:24+00:00" }, - { - "name": "jeremykendall/php-domain-parser", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/jeremykendall/php-domain-parser.git", - "reference": "896e7e70f02bd4fd77190052799bc61e4d779672" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672", - "reference": "896e7e70f02bd4fd77190052799bc61e4d779672", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-intl": "*", - "ext-mbstring": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "jeremykendall/debug-die": "0.0.1.*", - "mikey179/vfsstream": "~1.4", - "phpunit/phpunit": "~4.4" - }, - "bin": [ - "bin/parse", - "bin/update-psl" - ], - "type": "library", - "autoload": { - "psr-0": { - "Pdp\\": "src/" - }, - "files": [ - "src/pdp-parse-url.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jeremy Kendall", - "homepage": "http://about.me/jeremykendall", - "role": "Developer" - }, - { - "name": "Contributors", - "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors" - } - ], - "description": "Public Suffix List based URL parsing implemented in PHP.", - "homepage": "https://github.com/jeremykendall/php-domain-parser", - "keywords": [ - "Public Suffix List", - "domain parsing", - "url parsing" - ], - "time": "2015-03-30T12:49:45+00:00" - }, { "name": "jms/metadata", "version": "1.6.0", @@ -2413,16 +2351,16 @@ }, { "name": "knplabs/gaufrette", - "version": "v0.4.0", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "7cd2806ba1c2ea11cd125350363cd56b821c9e08" + "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/7cd2806ba1c2ea11cd125350363cd56b821c9e08", - "reference": "7cd2806ba1c2ea11cd125350363cd56b821c9e08", + "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/2f228650fd4cc50c3d3c1d6541546ffc169b2240", + "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240", "shasum": "" }, "require": { @@ -2442,10 +2380,10 @@ "microsoft/azure-storage": "~0.15.0", "microsoft/windowsazure": "~0.4", "mikey179/vfsstream": "~1.2.0", - "mongodb/mongodb": "~1.1.4", + "mongodb/mongodb": "^1.1", "phpseclib/phpseclib": "^2.0", "phpspec/phpspec": "~2.4", - "phpunit/phpunit": "3.7.*", + "phpunit/phpunit": "^5.6.8", "rackspace/php-opencloud": "^1.9.2" }, "suggest": { @@ -2469,7 +2407,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "0.5.x-dev" } }, "autoload": { @@ -2491,7 +2429,7 @@ "homepage": "http://knplabs.com" } ], - "description": "PHP5 library that provides a filesystem abstraction layer", + "description": "PHP library that provides a filesystem abstraction layer", "homepage": "http://knplabs.com", "keywords": [ "abstraction", @@ -2499,7 +2437,7 @@ "filesystem", "media" ], - "time": "2017-06-17T10:37:47+00:00" + "time": "2018-01-04T19:50:08+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", @@ -2684,35 +2622,429 @@ }, { "name": "league/uri", - "version": "4.2.2", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3" + "reference": "872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82", + "reference": "872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "ext-intl": "*", + "ext-mbstring": "*", + "league/uri-components": "^1.5.0", + "league/uri-hostname-parser": "^1.0.4", + "league/uri-interfaces": "^1.0", + "league/uri-manipulations": "^1.3", + "league/uri-parser": "^1.3.0", + "league/uri-schemes": "^1.1.1", + "php": ">=7.0.13", + "psr/http-message": "^1.0" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "http://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "uri", + "url", + "ws" + ], + "time": "2017-12-01T13:36:42+00:00" + }, + { + "name": "league/uri-components", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-components.git", + "reference": "0a82a42327555f47929f56c7a2c89981ebe27e74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/0a82a42327555f47929f56c7a2c89981ebe27e74", + "reference": "0a82a42327555f47929f56c7a2c89981ebe27e74", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-fileinfo": "*", + "ext-intl": "*", + "ext-mbstring": "*", + "league/uri-hostname-parser": "^1.1.0", + "php": ">=7.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.3", + "phpstan/phpstan": "^0.9.0", + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "src" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI components manipulation library", + "homepage": "http://uri.thephpleague.com", + "keywords": [ + "authority", + "components", + "fragment", + "host", + "path", + "port", + "query", + "rfc3986", + "scheme", + "uri", + "url", + "userinfo" + ], + "time": "2018-01-31T12:09:52+00:00" + }, + { + "name": "league/uri-hostname-parser", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-hostname-parser.git", + "reference": "33cdfd185e775efb0b87b7fb6485604a6da43128" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/33cdfd185e775efb0b87b7fb6485604a6da43128", + "reference": "33cdfd185e775efb0b87b7fb6485604a6da43128", + "shasum": "" + }, + "require": { + "ext-intl": "*", + "php": ">=7.0", + "psr/simple-cache": "^1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.7", + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^6.3" + }, + "suggest": { + "ext-curl": "To use the bundle cURL HTTP client", + "psr/simple-cache-implementation": "To enable using other cache providers" + }, + "bin": [ + "bin/update-psl-icann-section" + ], + "type": "library", + "autoload": { + "psr-4": { + "League\\Uri\\": "src" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Kendall", + "homepage": "http://about.me/jeremykendall", + "role": "Developer" + }, + { + "name": "Ignace Nyamagana Butera", + "homepage": "http://nyamsprod.com", + "role": "Developer" + }, + { + "name": "Contributors", + "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors" + } + ], + "description": "ICANN base hostname parsing implemented in PHP.", + "homepage": "https://github.com/thephphleague/uri-hostname-parser", + "keywords": [ + "Public Suffix List", + "domain parsing", + "icann" + ], + "time": "2018-01-30T09:22:45+00:00" + }, + { + "name": "league/uri-interfaces", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/dcc0be58e8b35a726274249e5eee053be1a56b66", + "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^1.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\Interfaces\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "Common interface for URI representation", + "homepage": "http://github.com/thephpleague/uri-interfaces", + "keywords": [ + "rfc3986", + "rfc3987", + "uri", + "url" + ], + "time": "2017-01-04T08:02:42+00:00" + }, + { + "name": "league/uri-manipulations", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-manipulations.git", + "reference": "e8ad43a956234a78763cc44fa16ddebeb1f4fbf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3", - "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3", + "url": "https://api.github.com/repos/thephpleague/uri-manipulations/zipball/e8ad43a956234a78763cc44fa16ddebeb1f4fbf4", + "reference": "e8ad43a956234a78763cc44fa16ddebeb1f4fbf4", + "shasum": "" + }, + "require": { + "league/uri-components": "^1.4.1", + "league/uri-interfaces": "^1.0", + "php": ">=7.0", + "psr/http-message": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "guzzlehttp/psr7": "^1.2", + "league/uri-schemes": "^1.0", + "phpunit/phpunit": "^6.0", + "zendframework/zend-diactoros": "1.4.0" + }, + "suggest": { + "league/uri-schemes": "Allow manipulating URI objects" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "src" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "http://url.thephpleague.com", + "keywords": [ + "formatter", + "manipulation", + "manipulations", + "middlewares", + "modifiers", + "psr-7", + "references", + "rfc3986", + "rfc3987", + "uri", + "url" + ], + "time": "2017-11-24T08:17:41+00:00" + }, + { + "name": "league/uri-parser", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-parser.git", + "reference": "f3c99b77f0cba4446dad2eca8c57227fcda0f39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/f3c99b77f0cba4446dad2eca8c57227fcda0f39b", + "reference": "f3c99b77f0cba4446dad2eca8c57227fcda0f39b", + "shasum": "" + }, + "require": { + "ext-intl": "*", + "php": ">=7.0.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "league/uri-schemes": "Allow validating and normalizing URI parsing results" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "src" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "userland URI parser RFC 3986 compliant", + "homepage": "https://github.com/thephpleague/uri-parser", + "keywords": [ + "parse_url", + "parser", + "rfc3986", + "uri", + "url" + ], + "time": "2017-12-01T11:53:01+00:00" + }, + { + "name": "league/uri-schemes", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-schemes.git", + "reference": "fd2448689186bfff27a112aa21d82931f4b366c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/fd2448689186bfff27a112aa21d82931f4b366c5", + "reference": "fd2448689186bfff27a112aa21d82931f4b366c5", "shasum": "" }, "require": { "ext-fileinfo": "*", "ext-intl": "*", "ext-mbstring": "*", - "jeremykendall/php-domain-parser": "^3.0", - "php": ">=5.5.9", + "league/uri-interfaces": "^1.0", + "league/uri-parser": "^1.3.0", + "php": ">=7.0.13", "psr/http-message": "^1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^1.9", - "phpunit/phpunit": "^4.0", - "zendframework/zend-diactoros": "^1.3" + "friendsofphp/php-cs-fixer": "^2.0", + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "league/uri-manipulations": "Needed to easily manipulate URI objects" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -2738,6 +3070,7 @@ "homepage": "http://uri.thephpleague.com", "keywords": [ "data-uri", + "file", "ftp", "http", "https", @@ -2746,9 +3079,10 @@ "rfc3986", "uri", "url", - "ws" + "ws", + "wss" ], - "time": "2016-12-12T11:36:42+00:00" + "time": "2017-12-01T12:05:37+00:00" }, { "name": "liip/imagine-bundle", @@ -3295,22 +3629,22 @@ }, { "name": "payum/payum", - "version": "1.4.3", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/Payum/Payum.git", - "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb" + "reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Payum/Payum/zipball/f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb", - "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb", + "url": "https://api.github.com/repos/Payum/Payum/zipball/ce4bed89584634b7ef36c4bbd8b87f7a04034371", + "reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371", "shasum": "" }, "require": { - "league/uri": "~4.0", + "league/uri": "^5.0", "payum/iso4217": "~1.0", - "php": "^5.5.0|^7.0", + "php": "^7.0", "php-http/client-implementation": "^1.0", "php-http/message": "^1.0", "twig/twig": "~1.0|~2.0" @@ -3339,38 +3673,30 @@ "ext-soap": "*", "fp/klarna-invoice": "0.1.*", "klarna/checkout": "~1|~2.0", - "omnipay/dummy": "~2.0", + "omnipay/common": "^3@dev", + "omnipay/dummy": "^3@alpha", "paypal/rest-api-sdk-php": "0.5.*", - "payum/omnipay-bridge": "^1", + "payum/omnipay-v3-bridge": "^1@alpha", "php-http/guzzle6-adapter": "^1.1.1", - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^5.7", "propel/propel1": "~1.7", "psr/log": "~1.0", "sofort/sofortlib-php": "^3.0", "stripe/stripe-php": "~2.0|~3.0", - "symfony/dependency-injection": "~2.8|~3.0", - "symfony/form": "~2.8|~3.0", - "symfony/http-foundation": "~2.8|~3.0", - "symfony/http-kernel": "~2.8|~3.0", - "symfony/phpunit-bridge": "~2.8|~3.0", - "symfony/routing": "~2.8|~3.0", - "symfony/templating": "~2.8|~3.0", - "symfony/validator": "~2.8|~3.0", + "symfony/dependency-injection": "^3.1|^4.0", + "symfony/form": "^3.1|^4.0", + "symfony/http-foundation": "^3.1|^4.0", + "symfony/http-kernel": "^3.1|^4.0", + "symfony/phpunit-bridge": "^3.1|^4.0", + "symfony/routing": "^3.1|^4.0", + "symfony/templating": "^3.1|^4.0", + "symfony/validator": "^3.1|^4.0", "zendframework/zend-db": "~2" }, - "suggest": { - "authorizenet/authorizenet": "^1 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library", - "defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database", - "fp/klarna-invoice": "^0.1 If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library", - "klarna/checkout": "^1|^2 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library", - "paypal/rest-api-sdk-php": "^0.5 If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library", - "sofort/sofortlib-php": "^3 If you want to use Sofort install sofort/sofortlib-php:^3.0 library", - "stripe/stripe-php": "^3|^4 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -3393,11 +3719,11 @@ }, { "name": "Payum project", - "homepage": "http://payum.org/" + "homepage": "https://payum.forma-pro.com/" } ], - "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.", - "homepage": "http://payum.org", + "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Zend, Yii, Silex). Check more visiting site.", + "homepage": "https://payum.forma-pro.com", "keywords": [ "authorize.net", "be2bill", @@ -3418,28 +3744,29 @@ "stripe.js", "withdrawal" ], - "time": "2017-09-01T08:23:52+00:00" + "time": "2018-01-09T21:00:40+00:00" }, { "name": "payum/payum-bundle", - "version": "2.2.1", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Payum/PayumBundle.git", - "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11" + "reference": "a740640dae94839518b84815ffe9713311dd60d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/fd930cb9516c8a5f19b4eeae35c8e37eea77ce11", - "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11", + "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/a740640dae94839518b84815ffe9713311dd60d9", + "reference": "a740640dae94839518b84815ffe9713311dd60d9", "shasum": "" }, "require": { - "payum/core": "^1.4", - "php": "^5.5.0|^7.0", - "symfony/form": "~2.8|~3.0", - "symfony/framework-bundle": "~2.8|~3.0", - "symfony/validator": "~2.8|~3.0" + "payum/core": "^1.5", + "php": "^7.0", + "symfony/form": "^3.1|^4", + "symfony/framework-bundle": "^3.1|^4", + "symfony/security-csrf": "^3.1|^4", + "symfony/validator": "^3.1|^4" }, "require-dev": { "defuse/php-encryption": "^2", @@ -3449,24 +3776,21 @@ "ext-soap": "*", "fp/klarna-invoice": "0.1.*", "klarna/checkout": "~1|~2.0", - "omnipay/dummy": "~2.0", - "omnipay/paypal": "~2.0", - "omnipay/stripe": "~2.0", + "omnipay/common": "^3@dev", + "omnipay/dummy": "^3@alpha", + "omnipay/paypal": "^3@dev", "paypal/rest-api-sdk-php": "0.5.*", - "payum/jms-payment-bridge": "^1@dev", - "payum/omnipay-bridge": "^1@dev", - "payum/payum": "^1.4@dev", + "payum/omnipay-v3-bridge": "^1@alpha", + "payum/payum": "^1.5@dev", "php-http/guzzle6-adapter": "^1", - "phpunit/phpunit": "~4.0", - "sonata-project/admin-bundle": "^3", + "phpunit/phpunit": "^5.7", "stripe/stripe-php": "~1.0", - "symfony/browser-kit": "~2.8|~3.0", - "symfony/class-loader": "~2.8|~3.0", - "symfony/expression-language": "~2.8|~3.0", - "symfony/phpunit-bridge": "~2.8|~3.0", - "symfony/security-acl": "~2.8|~3.0", - "symfony/twig-bundle": "^2.8|^3", - "twig/twig": "~1.16|~2.0" + "symfony/browser-kit": "^3.1|^4", + "symfony/expression-language": "^3.1|^4", + "symfony/phpunit-bridge": "^3.1|^4", + "symfony/templating": "^3.1|^4", + "symfony/twig-bundle": "^3.1|^4", + "twig/twig": "^1.16|^2.0" }, "suggest": { "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend." @@ -3474,7 +3798,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -3497,11 +3821,11 @@ }, { "name": "Payum project", - "homepage": "http://payum.org/" + "homepage": "https://payum.forma-pro.com/" } ], - "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more", - "homepage": "http://payum.org", + "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.", + "homepage": "https://payum.forma-pro.com/", "keywords": [ "authorize.net", "be2bill", @@ -3520,7 +3844,7 @@ "stripe.js", "symfony" ], - "time": "2017-08-02T07:32:51+00:00" + "time": "2018-01-09T21:09:36+00:00" }, { "name": "php-http/guzzle6-adapter", @@ -4251,16 +4575,16 @@ }, { "name": "ramsey/uuid", - "version": "3.7.1", + "version": "3.7.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334" + "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334", - "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", + "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", "shasum": "" }, "require": { @@ -4271,17 +4595,15 @@ "rhumsaa/uuid": "self.version" }, "require-dev": { - "apigen/apigen": "^4.1", - "codeception/aspect-mock": "^1.0 | ^2.0", + "codeception/aspect-mock": "^1.0 | ~2.0.0", "doctrine/annotations": "~1.2.0", "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", "ircmaxell/random-lib": "^1.1", "jakub-onderka/php-parallel-lint": "^0.9.0", - "mockery/mockery": "^0.9.4", + "mockery/mockery": "^0.9.9", "moontoast/math": "^1.1", "php-mock/php-mock-phpunit": "^0.3|^1.1", - "phpunit/phpunit": "^4.7|>=5.0 <5.4", - "satooshi/php-coveralls": "^0.6.1", + "phpunit/phpunit": "^4.7|^5.0", "squizlabs/php_codesniffer": "^2.3" }, "suggest": { @@ -4329,7 +4651,7 @@ "identifier", "uuid" ], - "time": "2017-09-22T20:46:04+00:00" + "time": "2018-01-20T00:28:24+00:00" }, { "name": "sensio/distribution-bundle", @@ -4385,16 +4707,16 @@ }, { "name": "sensiolabs/security-checker", - "version": "v4.1.6", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30" + "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/387b6a3b723ba35588b33d5f8d14e28ed608bd30", - "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/d539ccba2b4dce515de04f16b7ed7ae5b9eeb434", + "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434", "shasum": "" }, "require": { @@ -4426,20 +4748,20 @@ } ], "description": "A security checker for your composer.lock", - "time": "2017-10-29T18:48:08+00:00" + "time": "2018-01-11T05:54:03+00:00" }, { "name": "sonata-project/block-bundle", - "version": "3.9.0", + "version": "3.11.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", - "reference": "e068ba31f067ba1622cf89c4e105c366d1b53d1b" + "reference": "c58b58fb3c784200eaf9e08be6a22fabf4f17f80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/e068ba31f067ba1622cf89c4e105c366d1b53d1b", - "reference": "e068ba31f067ba1622cf89c4e105c366d1b53d1b", + "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/c58b58fb3c784200eaf9e08be6a22fabf4f17f80", + "reference": "c58b58fb3c784200eaf9e08be6a22fabf4f17f80", "shasum": "" }, "require": { @@ -4447,8 +4769,11 @@ "php": "^5.6 || ^7.0", "sonata-project/cache": "^1.0 || ^2.0", "sonata-project/core-bundle": "^3.4", + "symfony/asset": "^2.8 || ^3.2 || ^4.0", "symfony/form": "^2.8 || ^3.2 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", + "symfony/templating": "^2.8 || ^3.2 || ^4.0", + "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0", "twig/twig": "^1.34 || ^2.0" }, "conflict": { @@ -4500,7 +4825,7 @@ "block", "sonata" ], - "time": "2017-12-12T16:57:30+00:00" + "time": "2018-01-23T15:18:58+00:00" }, { "name": "sonata-project/cache", @@ -4573,16 +4898,16 @@ }, { "name": "sonata-project/core-bundle", - "version": "3.8.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", - "reference": "8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92" + "reference": "d6be7dd79a69dfeb63d75b4b0e4871d9cf4133a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92", - "reference": "8e6bbe11c89a3ce540f3f3ce7c2f231c2f5a2d92", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/d6be7dd79a69dfeb63d75b4b0e4871d9cf4133a0", + "reference": "d6be7dd79a69dfeb63d75b4b0e4871d9cf4133a0", "shasum": "" }, "require": { @@ -4644,7 +4969,7 @@ "keywords": [ "sonata" ], - "time": "2017-12-16T18:36:00+00:00" + "time": "2018-01-07T10:18:00+00:00" }, { "name": "sonata-project/datagrid-bundle", @@ -5185,16 +5510,16 @@ }, { "name": "symfony/polyfill-apcu", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "04f62674339602def515bff4bc6901fc1d4951e8" + "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8", - "reference": "04f62674339602def515bff4bc6901fc1d4951e8", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00", + "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00", "shasum": "" }, "require": { @@ -5203,7 +5528,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -5237,20 +5562,20 @@ "portable", "shim" ], - "time": "2017-10-11T12:05:26+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "7a84ccdb8c953ee274c96dd6bde778d873fc824a" + "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7a84ccdb8c953ee274c96dd6bde778d873fc824a", - "reference": "7a84ccdb8c953ee274c96dd6bde778d873fc824a", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b", + "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b", "shasum": "" }, "require": { @@ -5262,7 +5587,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -5296,20 +5621,20 @@ "portable", "shim" ], - "time": "2017-10-11T12:05:26+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497" + "reference": "254919c03761d46c29291616576ed003f10e91c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497", - "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1", + "reference": "254919c03761d46c29291616576ed003f10e91c1", "shasum": "" }, "require": { @@ -5322,7 +5647,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -5354,20 +5679,20 @@ "portable", "shim" ], - "time": "2017-10-11T12:05:26+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", - "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "shasum": "" }, "require": { @@ -5379,7 +5704,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -5413,59 +5738,7 @@ "portable", "shim" ], - "time": "2017-10-11T12:05:26+00:00" - }, - { - "name": "symfony/polyfill-util", - "version": "v1.6.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176", - "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony utilities for portability of PHP codes", - "homepage": "https://symfony.com", - "keywords": [ - "compat", - "compatibility", - "polyfill", - "shim" - ], - "time": "2017-10-11T12:05:26+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/swiftmailer-bundle", @@ -5531,16 +5804,16 @@ }, { "name": "symfony/symfony", - "version": "v3.4.2", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "29961b693fa2157a3f349d1a801f9f8742be4e03" + "reference": "5220b6f9fcdee261c6fdd3e096f3b204fba5d906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/29961b693fa2157a3f349d1a801f9f8742be4e03", - "reference": "29961b693fa2157a3f349d1a801f9f8742be4e03", + "url": "https://api.github.com/repos/symfony/symfony/zipball/5220b6f9fcdee261c6fdd3e096f3b204fba5d906", + "reference": "5220b6f9fcdee261c6fdd3e096f3b204fba5d906", "shasum": "" }, "require": { @@ -5558,7 +5831,6 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.6", - "symfony/polyfill-util": "~1.0", "twig/twig": "^1.35|^2.4.4" }, "conflict": { @@ -5682,7 +5954,7 @@ "keywords": [ "framework" ], - "time": "2017-12-15T02:05:35+00:00" + "time": "2018-01-29T12:30:04+00:00" }, { "name": "twig/extensions", @@ -5808,16 +6080,16 @@ }, { "name": "webmozart/assert", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { @@ -5854,20 +6126,20 @@ "check", "validate" ], - "time": "2016-11-23T20:04:58+00:00" + "time": "2018-01-29T19:49:41+00:00" }, { "name": "white-october/pagerfanta-bundle", - "version": "v1.1.1", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", - "reference": "9b1f3d43eaeebaf1e2b8d9f8be394c0785184df3" + "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/9b1f3d43eaeebaf1e2b8d9f8be394c0785184df3", - "reference": "9b1f3d43eaeebaf1e2b8d9f8be394c0785184df3", + "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/b783a86877eaa5e9844449db1c86d68ace804ae3", + "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3", "shasum": "" }, "require": { @@ -5906,7 +6178,7 @@ "page", "paging" ], - "time": "2017-11-30T12:07:11+00:00" + "time": "2018-01-03T08:27:40+00:00" }, { "name": "willdurand/hateoas", @@ -5974,33 +6246,34 @@ }, { "name": "willdurand/hateoas-bundle", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/willdurand/BazingaHateoasBundle.git", - "reference": "bf57a3e45a26937726f370933eec4d8a7062733c" + "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/bf57a3e45a26937726f370933eec4d8a7062733c", - "reference": "bf57a3e45a26937726f370933eec4d8a7062733c", + "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", + "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", "shasum": "" }, "require": { "jms/serializer-bundle": "~1.0 || ^2.0", - "php": ">5.4", - "symfony/framework-bundle": "~2.3 || ~3.0", + "php": ">5.4 |^7.0", + "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0", "willdurand/hateoas": "^2.10.0" }, "require-dev": { - "phpunit/phpunit": "~4.5", - "symfony/expression-language": "~2.4 || ~3.0", + "phpunit/phpunit": "~4.5 || ~5.0", + "symfony/expression-language": "~2.4 || ~3.0 || ~4.0", + "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0", "twig/twig": "~1.12" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -6023,7 +6296,7 @@ "HATEOAS", "rest" ], - "time": "2017-06-07T17:54:37+00:00" + "time": "2018-01-27T13:03:07+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -7773,16 +8046,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.2.0", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "66465776cfc249844bde6d117abff1d22e06c2da" + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da", - "reference": "66465776cfc249844bde6d117abff1d22e06c2da", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { @@ -7820,7 +8093,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-11-27T17:38:31+00:00" + "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -8303,16 +8576,16 @@ }, { "name": "phpunit/phpunit", - "version": "5.7.26", + "version": "5.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd" + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd", - "reference": "7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "shasum": "" }, "require": { @@ -8336,7 +8609,7 @@ "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0.3|~2.0", + "sebastian/version": "^1.0.6|^2.0.1", "symfony/yaml": "~2.1|~3.0|~4.0" }, "conflict": { @@ -8381,7 +8654,7 @@ "testing", "xunit" ], - "time": "2017-12-17T06:14:38+00:00" + "time": "2018-02-01T05:50:59+00:00" }, { "name": "phpunit/phpunit-mock-objects", From ff899482eddf5de028527e4e73ca31aebb536638 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 2 Feb 2018 13:44:06 +0100 Subject: [PATCH 2/3] Upgrade to Sylius v1.0.9 --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 0a13125e3c..dc157aaed0 100644 --- a/composer.lock +++ b/composer.lock @@ -5260,16 +5260,16 @@ }, { "name": "sylius/sylius", - "version": "v1.0.8", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", - "reference": "21c0e1c005a2961484d19d7de74fd8f657691e98" + "reference": "4129cdb3b1b242619805f9c18c91fe05e2aea6db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/Sylius/zipball/21c0e1c005a2961484d19d7de74fd8f657691e98", - "reference": "21c0e1c005a2961484d19d7de74fd8f657691e98", + "url": "https://api.github.com/repos/Sylius/Sylius/zipball/4129cdb3b1b242619805f9c18c91fe05e2aea6db", + "reference": "4129cdb3b1b242619805f9c18c91fe05e2aea6db", "shasum": "" }, "require": { @@ -5443,7 +5443,7 @@ ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "http://sylius.org", - "time": "2018-01-12T11:10:39+00:00" + "time": "2018-02-02T12:11:54+00:00" }, { "name": "symfony/monolog-bundle", From e85f328ae55c9f7e26cdbf30a810f2b8a0e91511 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 2 Feb 2018 13:44:53 +0100 Subject: [PATCH 3/3] Make cached directories on Travis great again --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 488974b63b..fb77ce77c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ php: cache: yarn: true directories: - - vendor - - bin - - node_modules - ~/.composer/cache/files - $SYLIUS_CACHE_DIR