diff --git a/.travis.yml b/.travis.yml index 6e2d6b5..b6b39a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ notifications: on_failure: change php: - - 7.0 - 7.1 - 7.2 - nightly @@ -37,8 +36,6 @@ env: - WP_VERSION=nightly - WP_VERSION=latest WITH_COVERAGE=true - WP_VERSION=4.9.1 - - WP_VERSION=4.8.4 - - WP_VERSION=4.7.8 matrix: allow_failures: @@ -101,7 +98,7 @@ deploy: file: release/sunny.zip skip_cleanup: true on: - condition: "$WP_VERSION = 4.8.4" + condition: "$WP_VERSION = nightly" php: 7.0 tags: true repo: TypistTech/sunny @@ -115,7 +112,7 @@ deploy: assets_dir: assets skip_cleanup: true on: - condition: "$WP_VERSION = 4.9.1" + condition: "$WP_VERSION = latest" php: 7.0 tags: true repo: TypistTech/sunny diff --git a/README.txt b/README.txt index 100e134..f884ff6 100644 --- a/README.txt +++ b/README.txt @@ -2,11 +2,11 @@ Contributors: typisttech, tangrufus Donate link: https://typist.tech/donation/ Tags: cloudflare, speed, caching, cache, rest-api -Requires at least: 4.7 -Requires PHP: 7.0.0 +Requires at least: 4.9 +Requires PHP: 7.1.0 Tested up to: 4.9.1 Stable tag: 2.5.0 -License: GPLv2 or later +License: GPL-2.0-or-later License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically purge Cloudflare cache, including cache everything rules. diff --git a/composer.json b/composer.json index 977d68a..53085d4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "security" ], "homepage": "https://github.com/TypistTech/sunny", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Typist Tech", @@ -30,17 +30,15 @@ "source": "https://github.com/TypistTech/sunny" }, "require": { - "php": "^7.0", + "php": "^7.1", "league/container": "^2.4", "typisttech/cloudflare-wp-api": "^0.3.0", - "typisttech/imposter-plugin": "^0.2.5", + "typisttech/imposter-plugin": "^0.3.0", "typisttech/wp-better-settings": "^0.13.0", "typisttech/wp-contained-hook": "^0.1.1" }, "require-dev": { "codeception/aspect-mock": "^2.0", - "doctrine/annotations": "~1.4.0", - "doctrine/instantiator": "~1.0.0", "jakoch/phantomjs-installer": "^2.1", "lucatume/wp-browser": "^1.21", "neronmoon/scriptsdev": "^0.1.1", diff --git a/composer.lock b/composer.lock index 0d6f2e6..f0df3fc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "1dff4bdcfff20258db803323a90e0914", + "content-hash": "bf7cc6e7084a184d0b9c03ac1e810d78", "packages": [ { "name": "container-interop/container-interop", @@ -253,26 +253,25 @@ }, { "name": "typisttech/imposter", - "version": "0.2.3", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter.git", - "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000" + "reference": "7389c07c3803906219b45a72e809e6ab1a24eacc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TypistTech/imposter/zipball/ab3391b7249bf40cf4e494cb1da281f78bb56000", - "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000", + "url": "https://api.github.com/repos/TypistTech/imposter/zipball/7389c07c3803906219b45a72e809e6ab1a24eacc", + "reference": "7389c07c3803906219b45a72e809e6ab1a24eacc", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { - "codeception/aspect-mock": "^2.0", + "codeception/aspect-mock": "^2.1", "codeception/base": "^2.3", - "nikic/php-parser": "^3.1", - "squizlabs/php_codesniffer": "^3.1" + "squizlabs/php_codesniffer": "^3.2" }, "suggest": { "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter" @@ -309,31 +308,31 @@ "namespace", "wordpress" ], - "time": "2017-10-22T02:30:25+00:00" + "time": "2018-01-16T09:26:33+00:00" }, { "name": "typisttech/imposter-plugin", - "version": "0.2.6", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter-plugin.git", - "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec" + "reference": "cb268517406c40b7ef469a838d816d80ce865fed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/519d8b1a036516af81eb2b4bd7d87de6ab4a61ec", - "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec", + "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/cb268517406c40b7ef469a838d816d80ce865fed", + "reference": "cb268517406c40b7ef469a838d816d80ce865fed", "shasum": "" }, "require": { "composer-plugin-api": "^1.1", "php": "^7.0", - "typisttech/imposter": "^0.2.2" + "typisttech/imposter": "^0.3.0" }, "require-dev": { "codeception/base": "^2.3", "composer/composer": "^1.5", - "squizlabs/php_codesniffer": "^3.1", + "squizlabs/php_codesniffer": "^3.2", "typisttech/codeception-composer-project-module": "^0.1.1" }, "type": "composer-plugin", @@ -372,7 +371,7 @@ "namespace", "wordpress" ], - "time": "2017-10-22T01:44:59+00:00" + "time": "2018-01-16T09:45:16+00:00" }, { "name": "typisttech/wp-better-settings", @@ -1093,30 +1092,30 @@ }, { "name": "doctrine/annotations", - "version": "v1.4.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "shasum": "" }, "require": { "doctrine/lexer": "1.*", - "php": "^5.6 || ^7.0" + "php": "^7.1" }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -1157,24 +1156,24 @@ "docblock", "parser" ], - "time": "2017-02-24T16:22:25+00:00" + "time": "2017-12-06T07:11:42+00:00" }, { "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" @@ -1182,7 +1181,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -1224,36 +1223,36 @@ "singularize", "string" ], - "time": "2017-07-22T12:18:28+00:00" + "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpunit/phpunit": "^6.2.3", + "squizlabs/php_codesniffer": "^3.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -1278,7 +1277,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "doctrine/lexer", @@ -1334,6 +1333,54 @@ ], "time": "2014-09-09T13:34:57+00:00" }, + { + "name": "eventviva/php-image-resize", + "version": "1.6.8", + "source": { + "type": "git", + "url": "https://github.com/eventviva/php-image-resize.git", + "reference": "10c3ca9f58298713599600f358e35fc29599a9d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/eventviva/php-image-resize/zipball/10c3ca9f58298713599600f358e35fc29599a9d4", + "reference": "10c3ca9f58298713599600f358e35fc29599a9d4", + "shasum": "" + }, + "require": { + "ext-gd": "*", + "php": ">=5.3.0" + }, + "suggest": { + "ext-exif": "Auto-rotate jpeg files" + }, + "type": "library", + "autoload": { + "classmap": [ + "lib" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Aditya Patadia", + "homepage": "http://aditya.patadia.org/" + } + ], + "description": "PHP class to re-size and scale images", + "homepage": "https://github.com/eventviva/php-image-resize", + "keywords": [ + "image", + "php", + "resize", + "scale" + ], + "abandoned": "gumlet/php-image-resize", + "time": "2017-09-09T04:37:46+00:00" + }, { "name": "facebook/webdriver", "version": "1.5.0", @@ -1686,16 +1733,16 @@ }, { "name": "hautelook/phpass", - "version": "0.3.3", + "version": "0.3.5", "source": { "type": "git", "url": "https://github.com/hautelook/phpass.git", - "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41" + "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hautelook/phpass/zipball/9590c12bf7c92f67f646d7bf2cf6384e7292cc41", - "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41", + "url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd", + "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd", "shasum": "" }, "require": { @@ -2044,28 +2091,28 @@ }, { "name": "lucatume/wp-browser", - "version": "1.21.23", + "version": "1.21.26", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "bd33f4830ea0d2d9c3138dc057175f6c54aa6f3e" + "reference": "d23464b7d1925b5b066698222d9185facfe49396" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/bd33f4830ea0d2d9c3138dc057175f6c54aa6f3e", - "reference": "bd33f4830ea0d2d9c3138dc057175f6c54aa6f3e", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/d23464b7d1925b5b066698222d9185facfe49396", + "reference": "d23464b7d1925b5b066698222d9185facfe49396", "shasum": "" }, "require": { "antecedent/patchwork": "^2.0", "codeception/codeception": "^2.3", + "eventviva/php-image-resize": "^1.6", "lucatume/codeception-setup-local": "~1.0", "lucatume/wp-browser-commons": "^1.2.5", - "symfony/process": "~2.1", + "symfony/process": ">=2.7 <5.0", "wp-cli/wp-cli": "^1.1" }, "require-dev": { - "eventviva/php-image-resize": "^1.6", "mikey179/vfsstream": "^1.6", "ofbeaton/console-tester": "^1.1", "site5/phantoman": "^1.1", @@ -2102,7 +2149,7 @@ "codeception", "wordpress" ], - "time": "2017-12-13T16:20:09+00:00" + "time": "2018-01-15T10:14:16+00:00" }, { "name": "lucatume/wp-browser-commons", @@ -2151,20 +2198,20 @@ }, { "name": "mikemclin/laravel-wp-password", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/mikemclin/laravel-wp-password.git", - "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724" + "reference": "84ff1113ff6866cdb0350c176dc3c843383e4819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/3460f1e38dea501c5d0cbe9bff67d043f6821724", - "reference": "3460f1e38dea501c5d0cbe9bff67d043f6821724", + "url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/84ff1113ff6866cdb0350c176dc3c843383e4819", + "reference": "84ff1113ff6866cdb0350c176dc3c843383e4819", "shasum": "" }, "require": { - "hautelook/phpass": "0.3.3", + "hautelook/phpass": "0.3.*", "illuminate/support": ">=4.0.0", "php": ">=5.3.0" }, @@ -2177,6 +2224,16 @@ "satooshi/php-coveralls": "dev-master" }, "type": "laravel-package", + "extra": { + "laravel": { + "providers": [ + "MikeMcLin\\WpPassword\\WpPasswordProvider" + ], + "aliases": { + "WpPassword": "MikeMcLin\\WpPassword\\Facades\\WpPassword" + } + } + }, "autoload": { "psr-4": { "MikeMcLin\\WpPassword\\": "src/" @@ -2201,7 +2258,7 @@ "password", "wordpress" ], - "time": "2015-02-12T03:09:57+00:00" + "time": "2018-01-11T14:12:02+00:00" }, { "name": "mustache/mustache", @@ -3484,16 +3541,16 @@ }, { "name": "sebastian/comparator", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f" + "reference": "11c07feade1d65453e06df3b3b90171d6d982087" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f", - "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/11c07feade1d65453e06df3b3b90171d6d982087", + "reference": "11c07feade1d65453e06df3b3b90171d6d982087", "shasum": "" }, "require": { @@ -3544,7 +3601,7 @@ "compare", "equality" ], - "time": "2017-12-22T14:50:35+00:00" + "time": "2018-01-12T06:34:42+00:00" }, { "name": "sebastian/diff", @@ -4237,25 +4294,25 @@ }, { "name": "symfony/browser-kit", - "version": "v3.4.3", + "version": "v4.0.3", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "490f27762705c8489bd042fe3e9377a191dba9b4" + "reference": "fee0fcd501304b1c3190f6293f650cceb738a353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/490f27762705c8489bd042fe3e9377a191dba9b4", - "reference": "490f27762705c8489bd042fe3e9377a191dba9b4", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/fee0fcd501304b1c3190f6293f650cceb738a353", + "reference": "fee0fcd501304b1c3190f6293f650cceb738a353", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/dom-crawler": "~2.8|~3.0|~4.0" + "php": "^7.1.3", + "symfony/dom-crawler": "~3.4|~4.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0", - "symfony/process": "~2.8|~3.0|~4.0" + "symfony/css-selector": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0" }, "suggest": { "symfony/process": "" @@ -4263,7 +4320,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4290,7 +4347,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/config", @@ -4356,44 +4413,45 @@ }, { "name": "symfony/console", - "version": "v3.3.15", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "56f07f63c80baeb43ab259abc42c6cecf6461fae" + "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/56f07f63c80baeb43ab259abc42c6cecf6461fae", - "reference": "56f07f63c80baeb43ab259abc42c6cecf6461fae", + "url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d", + "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0", + "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/dependency-injection": "<3.3" + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~3.3", - "symfony/dependency-injection": "~3.3", - "symfony/event-dispatcher": "~2.8|~3.0", - "symfony/filesystem": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0" + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", - "symfony/filesystem": "", + "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4420,29 +4478,29 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:11+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.3", + "version": "v4.0.3", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "e66394bc7610e69279bfdb3ab11b4fe65403f556" + "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/e66394bc7610e69279bfdb3ab11b4fe65403f556", - "reference": "e66394bc7610e69279bfdb3ab11b4fe65403f556", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7", + "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4473,7 +4531,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/debug", @@ -4533,16 +4591,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v3.3.15", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "e63cd8163d72a2a7722a40790ae80f2c0c8b50d1" + "reference": "35f957ca171a431710966bec6e2f8636d3b019c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e63cd8163d72a2a7722a40790ae80f2c0c8b50d1", - "reference": "e63cd8163d72a2a7722a40790ae80f2c0c8b50d1", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35f957ca171a431710966bec6e2f8636d3b019c4", + "reference": "35f957ca171a431710966bec6e2f8636d3b019c4", "shasum": "" }, "require": { @@ -4552,15 +4610,16 @@ "conflict": { "symfony/config": "<3.3.7", "symfony/finder": "<3.3", - "symfony/yaml": "<3.3" + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { - "symfony/config": "~3.3", - "symfony/expression-language": "~2.8|~3.0", - "symfony/yaml": "~3.3" + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { "symfony/config": "", @@ -4572,7 +4631,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4599,28 +4658,28 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:11+00:00" + "time": "2018-01-04T15:56:45+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.4.3", + "version": "v4.0.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "09bd97b844b3151fab82f2fdd62db9c464b3910a" + "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/09bd97b844b3151fab82f2fdd62db9c464b3910a", - "reference": "09bd97b844b3151fab82f2fdd62db9c464b3910a", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/39b785e1cf28e9f21bb601a5d62c4992a8e8a290", + "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0" + "symfony/css-selector": "~3.4|~4.0" }, "suggest": { "symfony/css-selector": "" @@ -4628,7 +4687,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4655,7 +4714,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/event-dispatcher", @@ -4879,25 +4938,25 @@ }, { "name": "symfony/process", - "version": "v2.8.33", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a" + "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ea3226daa3c6789efa39570bfc6e5d55f7561a0a", - "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a", + "url": "https://api.github.com/repos/symfony/process/zipball/ff69f110c6b33fd33cd2089ba97d6112f44ef0ba", + "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4924,20 +4983,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/translation", - "version": "v3.3.15", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "96be707e96ba9ac04964d8f556d0fbb33329411c" + "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/96be707e96ba9ac04964d8f556d0fbb33329411c", - "reference": "96be707e96ba9ac04964d8f556d0fbb33329411c", + "url": "https://api.github.com/repos/symfony/translation/zipball/17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a", + "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a", "shasum": "" }, "require": { @@ -4946,13 +5005,16 @@ }, "conflict": { "symfony/config": "<2.8", - "symfony/yaml": "<3.3" + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/intl": "^2.8.18|^3.2.5", - "symfony/yaml": "~3.3" + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { "psr/log": "To use logging capability in translator", @@ -4962,7 +5024,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4989,27 +5051,30 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:11+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/yaml", - "version": "v3.3.15", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "7c80d81b5805589be151b85b0df785f0dc3269cf" + "reference": "25c192f25721a74084272671f658797d9e0e0146" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7c80d81b5805589be151b85b0df785f0dc3269cf", - "reference": "7c80d81b5805589be151b85b0df785f0dc3269cf", + "url": "https://api.github.com/repos/symfony/yaml/zipball/25c192f25721a74084272671f658797d9e0e0146", + "reference": "25c192f25721a74084272671f658797d9e0e0146", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, + "conflict": { + "symfony/console": "<3.4" + }, "require-dev": { - "symfony/console": "~2.8|~3.0" + "symfony/console": "~3.4|~4.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" @@ -5017,7 +5082,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -5044,7 +5109,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:11+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "theseer/tokenizer", @@ -6882,7 +6947,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.0" + "php": "^7.1" }, "platform-dev": [] } diff --git a/ruleset.xml b/ruleset.xml index a0d91ac..43a13d6 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -20,7 +20,7 @@ ./ - + *.js /build/*