From f71dba19b379ce98a842d23fc638e8fa949c1cff Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Jan 2018 14:59:30 +0800 Subject: [PATCH 1/3] TravisCI: Update config --- .github/CONTRIBUTING.md | 2 +- .travis.yml | 23 +- README.md | 9 +- README.txt | 5 +- composer.json | 13 +- composer.lock | 1921 +++++++++++++++++++++++--------------- ruleset.xml | 39 +- src/BadLogin/Admin.php | 12 +- src/Cloudflare/Admin.php | 22 +- 9 files changed, 1223 insertions(+), 823 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1f8fa18..4f7e637 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/typistt ## Pull Requests -- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``. +- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style``. - **Add tests!** - Your patch won't be accepted if it doesn't have tests. diff --git a/.travis.yml b/.travis.yml index 86bbb93..599a788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,5 @@ language: php -dist: trusty - -# Wait until travis bug fixes -sudo: require - branches: only: - master @@ -23,6 +18,8 @@ addons: apt: packages: - nginx + hosts: + - wp.dev notifications: email: @@ -30,8 +27,9 @@ notifications: on_failure: change php: - - 7.0 - 7.1 + - 7.2 + - nightly env: global: @@ -39,11 +37,12 @@ env: matrix: - WP_VERSION=nightly - WP_VERSION=latest WITH_COVERAGE=true - - WP_VERSION=4.8 - - WP_VERSION=4.7.5 + - WP_VERSION=4.9.3 + - WP_VERSION=4.8.5 matrix: allow_failures: + - php: nightly - env: WP_VERSION=nightly fast_finish: true @@ -52,7 +51,7 @@ before_install: - if [[ "$WITH_COVERAGE" != "true" ]]; then phpenv config-rm xdebug.ini; fi # Install helper scripts - - travis_retry composer global require --prefer-dist --no-suggest typisttech/travis-nginx-wordpress + - travis_retry composer global require --prefer-dist --no-suggest typisttech/travis-nginx-wordpress:^3.0 - export PATH=$HOME/.composer/vendor/bin:$PATH - tnw-install-nginx - tnw-install-wordpress @@ -85,8 +84,8 @@ deploy: file: release/wp-cloudflare-guard.zip skip_cleanup: true on: - condition: "$WP_VERSION = latest" - php: 7.0 + condition: "$WP_VERSION = nightly" + php: 7.1 tags: true repo: TypistTech/wp-cloudflare-guard - provider: wordpress-plugin @@ -112,5 +111,5 @@ deploy: on: branch: master condition: "$WP_VERSION = latest" - php: 7.0 + php: 7.2 repo: TypistTech/wp-cloudflare-guard diff --git a/README.md b/README.md index ba4904a..d59271d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/TypistTech/wp-cloudflare-guard/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/TypistTech/wp-cloudflare-guard/?branch=master) [![PHP Versions Tested](http://php-eye.com/badge/typisttech/wp-cloudflare-guard/tested.svg)](https://travis-ci.org/TypistTech/wp-cloudflare-guard) [![StyleCI](https://styleci.io/repos/83855037/shield?branch=master)](https://styleci.io/repos/83855037) -[![Dependency Status](https://gemnasium.com/badges/github.com/TypistTech/wp-cloudflare-guard.svg)](https://gemnasium.com/github.com/TypistTech/wp-cloudflare-guard) [![License](https://poser.pugx.org/typisttech/wp-cloudflare-guard/license)](https://packagist.org/packages/typisttech/wp-cloudflare-guard) [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.typist.tech/donate/wp-cloudflare-guard/) [![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-ff69b4.svg)](https://www.typist.tech/contact/) @@ -44,7 +43,7 @@ Connecting WordPress with Cloudflare firewall, protect your WordPress site at DN -This repository is a development version of [WP Cloudflare Guard](https://wordpress.org/plugins/wp-cloudflare-guard/) intended to facilitate communication with developers. It is not stable and not intended for installation on production sites. +This repository is a development version of [WP Cloudflare Guard](https://wordpress.org/plugins/wp-cloudflare-guard/) intended to facilitate communication with developers. It is not stable and not intended for installation on production sites. Bug reports and pull requests are welcome. @@ -124,13 +123,13 @@ The `nightly` branch is built by TravisCI whenever the `master` branch is update ### Donate via PayPal [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.typist.tech/donate/wp-cloudflare-guard/) -Love WP Cloudflare Guard? Help me maintain WP Cloudflare Guard, a [donation here](https://www.typist.tech/donate/wp-cloudflare-guard/) can help with it. +Love WP Cloudflare Guard? Help me maintain WP Cloudflare Guard, a [donation here](https://www.typist.tech/donate/wp-cloudflare-guard/) can help with it. ### Why don't you hire me? Ready to take freelance WordPress jobs. Contact me via the contact form [here](https://www.typist.tech/contact/) or, via email [info@typist.tech](mailto:info@typist.tech) -### Want to help in other way? Want to be a sponsor? +### Want to help in other way? Want to be a sponsor? Contact: [Tang Rufus](mailto:tangrufus@gmail.com) @@ -151,7 +150,7 @@ $ composer test We also test all PHP files against [PSR-2: Coding Style Guide](http://www.php-fig.org/psr/psr-2/) and part of the [WordPress coding standard](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). -Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``. +Check the code style with ``$ composer check-style``. diff --git a/README.txt b/README.txt index a5bd917..46eeb2a 100644 --- a/README.txt +++ b/README.txt @@ -2,8 +2,9 @@ Contributors: typisttech, tangrufus Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/ Tags: cloudflare, firewall, security, spam -Requires at least: 4.7 -Tested up to: 4.7.3 +Requires at least: 4.8.5 +Requires PHP: 7.1.0 +Tested up to: 4.9 Stable tag: 0.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/composer.json b/composer.json index d61aef1..a60af84 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "source": "https://github.com/TypistTech/wp-cloudflare-guard" }, "require": { - "php": "^7.0", + "php": "^7.1", "cloudflare/cf-ip-rewrite": "^1.0", "league/container": "^2.4.1", "typisttech/cloudflare-wp-api": "^0.3.0", @@ -40,13 +40,11 @@ }, "require-dev": { "codeception/aspect-mock": "^2.0", - "doctrine/annotations": "<1.5.0", - "doctrine/instantiator": "<1.1.0", "jakoch/phantomjs-installer": "^2.1", - "lucatume/wp-browser": "^1.21.3", - "neronmoon/scriptsdev": "^0.1.1", - "site5/phantoman": "^1.1", - "wp-coding-standards/wpcs": "^0.12.0" + "lucatume/wp-browser": "^1.22", + "neronmoon/scriptsdev": "^0.1.2", + "site5/phantoman": "^2.0", + "wp-coding-standards/wpcs": "^0.14.0" }, "autoload": { "classmap": [ @@ -74,7 +72,6 @@ "github_changelog_generator --no-verbose" ], "check-style": "phpcs --standard=ruleset.xml --colors -p -s .", - "fix-style": "phpcbf --standard=ruleset.xml -p --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 .", "install-dev-extra": [ "PhantomInstaller\\Installer::installPhantomJS", "phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs" diff --git a/composer.lock b/composer.lock index 935609b..41e529c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "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": "e5eab8278547e85bd0bf06d7f12edd04", + "content-hash": "334d1c16dc511f44a9e50679f6ad9173", "packages": [ { "name": "cloudflare/cf-ip-rewrite", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/cloudflare/cf-ip-rewrite.git", - "reference": "b71814e2266f90780f2042a38daa3e23f897aaa1" + "reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cloudflare/cf-ip-rewrite/zipball/b71814e2266f90780f2042a38daa3e23f897aaa1", - "reference": "b71814e2266f90780f2042a38daa3e23f897aaa1", + "url": "https://api.github.com/repos/cloudflare/cf-ip-rewrite/zipball/48e2ce52e87d3d27cdb662584fccf82efa898bf1", + "reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1", "shasum": "" }, "require": { @@ -49,7 +49,7 @@ "cloudflare", "ip rewrite" ], - "time": "2017-06-27T16:39:08+00:00" + "time": "2017-10-10T15:44:33+00:00" }, { "name": "container-interop/container-interop", @@ -84,16 +84,16 @@ }, { "name": "jamesryanbell/cloudflare", - "version": "1.10.3", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/jamesryanbell/cloudflare.git", - "reference": "103d4ff254a887fb1f3238480bb93fac4ebd5b2b" + "reference": "75e93bb822619d8ddb8b1843588caa2fad739491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jamesryanbell/cloudflare/zipball/103d4ff254a887fb1f3238480bb93fac4ebd5b2b", - "reference": "103d4ff254a887fb1f3238480bb93fac4ebd5b2b", + "url": "https://api.github.com/repos/jamesryanbell/cloudflare/zipball/75e93bb822619d8ddb8b1843588caa2fad739491", + "reference": "75e93bb822619d8ddb8b1843588caa2fad739491", "shasum": "" }, "require-dev": { @@ -121,7 +121,7 @@ "api", "cloudflare" ], - "time": "2017-04-28T19:44:55+00:00" + "time": "2017-08-04T19:01:02+00:00" }, { "name": "league/container", @@ -298,16 +298,16 @@ }, { "name": "typisttech/imposter", - "version": "0.2.2", + "version": "0.2.3", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter.git", - "reference": "7d931bea464dde4a7fb334f03e3df47e678da91d" + "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TypistTech/imposter/zipball/7d931bea464dde4a7fb334f03e3df47e678da91d", - "reference": "7d931bea464dde4a7fb334f03e3df47e678da91d", + "url": "https://api.github.com/repos/TypistTech/imposter/zipball/ab3391b7249bf40cf4e494cb1da281f78bb56000", + "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000", "shasum": "" }, "require": { @@ -315,8 +315,9 @@ }, "require-dev": { "codeception/aspect-mock": "^2.0", - "codeception/base": "^2.2", - "squizlabs/php_codesniffer": "^2.8" + "codeception/base": "^2.3", + "nikic/php-parser": "^3.1", + "squizlabs/php_codesniffer": "^3.1" }, "suggest": { "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter" @@ -353,32 +354,32 @@ "namespace", "wordpress" ], - "time": "2017-03-25T09:21:52+00:00" + "time": "2017-10-22T02:30:25+00:00" }, { "name": "typisttech/imposter-plugin", - "version": "0.2.5", + "version": "0.2.6", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter-plugin.git", - "reference": "251b3c8c892be9b2a9c8528d78b6d36641479bea" + "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/251b3c8c892be9b2a9c8528d78b6d36641479bea", - "reference": "251b3c8c892be9b2a9c8528d78b6d36641479bea", + "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/519d8b1a036516af81eb2b4bd7d87de6ab4a61ec", + "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec", "shasum": "" }, "require": { "composer-plugin-api": "^1.1", "php": "^7.0", - "typisttech/imposter": "^0.2.0" + "typisttech/imposter": "^0.2.2" }, "require-dev": { - "codeception/base": "^2.2", - "composer/composer": "^1.4", - "squizlabs/php_codesniffer": "^2.8", - "typisttech/codeception-composer-project-module": "^0.1.0" + "codeception/base": "^2.3", + "composer/composer": "^1.5", + "squizlabs/php_codesniffer": "^3.1", + "typisttech/codeception-composer-project-module": "^0.1.1" }, "type": "composer-plugin", "extra": { @@ -416,7 +417,7 @@ "namespace", "wordpress" ], - "time": "2017-03-26T20:02:56+00:00" + "time": "2017-10-22T01:44:59+00:00" }, { "name": "typisttech/wp-better-settings", @@ -552,16 +553,16 @@ "packages-dev": [ { "name": "antecedent/patchwork", - "version": "2.0.8", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/antecedent/patchwork.git", - "reference": "5d3556e0586df8c0a237c9b8f541ffe0731924c2" + "reference": "00eb113c84fac5446a7d3d1c389aa91fb3da7222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antecedent/patchwork/zipball/5d3556e0586df8c0a237c9b8f541ffe0731924c2", - "reference": "5d3556e0586df8c0a237c9b8f541ffe0731924c2", + "url": "https://api.github.com/repos/antecedent/patchwork/zipball/00eb113c84fac5446a7d3d1c389aa91fb3da7222", + "reference": "00eb113c84fac5446a7d3d1c389aa91fb3da7222", "shasum": "" }, "require": { @@ -589,7 +590,7 @@ "runkit", "testing" ], - "time": "2017-07-27T17:13:25+00:00" + "time": "2017-12-21T20:03:40+00:00" }, { "name": "bacon/bacon-string-utils", @@ -705,16 +706,16 @@ }, { "name": "codeception/aspect-mock", - "version": "2.0.1", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/Codeception/AspectMock.git", - "reference": "b7f5c50da89419824102400bb4c71988ec33044f" + "reference": "bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/AspectMock/zipball/b7f5c50da89419824102400bb4c71988ec33044f", - "reference": "b7f5c50da89419824102400bb4c71988ec33044f", + "url": "https://api.github.com/repos/Codeception/AspectMock/zipball/bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba", + "reference": "bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba", "shasum": "" }, "require": { @@ -740,70 +741,69 @@ "authors": [ { "name": "Michael Bodnarchuk", - "email": "davert.php@mailican.com" + "email": "davert@codeception.com" } ], "description": "Experimental Mocking Framework powered by Aspects", - "time": "2017-01-31T20:29:56+00:00" + "time": "2017-10-24T10:20:17+00:00" }, { "name": "codeception/codeception", - "version": "2.3.4", + "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8" + "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b5391497f9a3c9d0a9c02ae39b53441e413e35a8", - "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/43eade17a8cd68e9cde401e8585b09d11d41b12d", + "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d", "shasum": "" }, "require": { "behat/gherkin": "~4.4.0", + "codeception/stub": "^1.0", "ext-json": "*", "ext-mbstring": "*", - "facebook/webdriver": ">=1.0.1 <2.0", + "facebook/webdriver": ">=1.1.3 <2.0", "guzzlehttp/guzzle": ">=4.1.4 <7.0", "guzzlehttp/psr7": "~1.0", "php": ">=5.4.0 <8.0", "phpunit/php-code-coverage": ">=2.2.4 <6.0", - "phpunit/phpunit": ">4.8.20 <7.0", - "phpunit/phpunit-mock-objects": ">2.3 <5.0", + "phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0", "sebastian/comparator": ">1.1 <3.0", - "sebastian/diff": "^1.4", - "stecman/symfony-console-completion": "^0.7.0", - "symfony/browser-kit": ">=2.7 <4.0", - "symfony/console": ">=2.7 <4.0", - "symfony/css-selector": ">=2.7 <4.0", - "symfony/dom-crawler": ">=2.7.5 <4.0", - "symfony/event-dispatcher": ">=2.7 <4.0", - "symfony/finder": ">=2.7 <4.0", - "symfony/yaml": ">=2.7 <4.0" + "sebastian/diff": ">=1.4 <3.0", + "symfony/browser-kit": ">=2.7 <5.0", + "symfony/console": ">=2.7 <5.0", + "symfony/css-selector": ">=2.7 <5.0", + "symfony/dom-crawler": ">=2.7 <5.0", + "symfony/event-dispatcher": ">=2.7 <5.0", + "symfony/finder": ">=2.7 <5.0", + "symfony/yaml": ">=2.7 <5.0" }, "require-dev": { "codeception/specify": "~0.3", "facebook/graph-sdk": "~5.3", "flow/jsonpath": "~0.2", - "league/factory-muffin": "^3.0", - "league/factory-muffin-faker": "^1.0", - "mongodb/mongodb": "^1.0", "monolog/monolog": "~1.8", "pda/pheanstalk": "~3.0", "php-amqplib/php-amqplib": "~2.4", "predis/predis": "^1.0", "squizlabs/php_codesniffer": "~2.0", - "symfony/process": ">=2.7 <4.0", + "symfony/process": ">=2.7 <5.0", "vlucas/phpdotenv": "^2.4.0" }, "suggest": { + "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module", + "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests", "codeception/specify": "BDD-style code blocks", "codeception/verify": "BDD-style assertions", "flow/jsonpath": "For using JSONPath in REST module", "league/factory-muffin": "For DataFactory module", "league/factory-muffin-faker": "For Faker support in DataFactory module", "phpseclib/phpseclib": "for SFTP option in FTP Module", + "stecman/symfony-console-completion": "For BASH autocompletion", "symfony/phpunit-bridge": "For phpunit-bridge support" }, "bin": [ @@ -839,20 +839,53 @@ "functional testing", "unit testing" ], - "time": "2017-07-10T19:45:09+00:00" + "time": "2018-01-27T22:47:33+00:00" + }, + { + "name": "codeception/stub", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/Codeception/Stub.git", + "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/Stub/zipball/673ea54cdd7141e0a5138ad78aaa60751912f573", + "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573", + "shasum": "" + }, + "require": { + "phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codeception\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", + "time": "2018-01-27T00:37:17+00:00" }, { "name": "composer/ca-bundle", - "version": "1.0.7", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" + "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", - "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288", + "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288", "shasum": "" }, "require": { @@ -861,12 +894,9 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5", + "phpunit/phpunit": "^4.8.35", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0" - }, - "suggest": { - "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" + "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "type": "library", "extra": { @@ -898,39 +928,39 @@ "ssl", "tls" ], - "time": "2017-03-06T11:59:08+00:00" + "time": "2017-11-29T09:37:33+00:00" }, { "name": "composer/composer", - "version": "1.4.2", + "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "489e09ee6c3ba431fbeeef9147afdaeb6f91b647" + "reference": "88a69fda0f2187ad8714cedffd7a8872dceaa4c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/489e09ee6c3ba431fbeeef9147afdaeb6f91b647", - "reference": "489e09ee6c3ba431fbeeef9147afdaeb6f91b647", + "url": "https://api.github.com/repos/composer/composer/zipball/88a69fda0f2187ad8714cedffd7a8872dceaa4c2", + "reference": "88a69fda0f2187ad8714cedffd7a8872dceaa4c2", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", - "composer/spdx-licenses": "^1.0", + "composer/spdx-licenses": "^1.2", "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/cli-prompt": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", - "symfony/console": "^2.7 || ^3.0", - "symfony/filesystem": "^2.7 || ^3.0", - "symfony/finder": "^2.7 || ^3.0", - "symfony/process": "^2.7 || ^3.0" + "symfony/console": "^2.7 || ^3.0 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", + "symfony/finder": "^2.7 || ^3.0 || ^4.0", + "symfony/process": "^2.7 || ^3.0 || ^4.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit": "^4.8.35 || ^5.7", "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" }, "suggest": { @@ -944,7 +974,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -975,7 +1005,7 @@ "dependency", "package" ], - "time": "2017-05-17T06:17:53+00:00" + "time": "2018-01-31T15:28:18+00:00" }, { "name": "composer/semver", @@ -1041,23 +1071,23 @@ }, { "name": "composer/spdx-licenses", - "version": "1.1.6", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c" + "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c", - "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7e111c50db92fa2ced140f5ba23b4e261bc77a30", + "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", @@ -1098,7 +1128,7 @@ "spdx", "validator" ], - "time": "2017-04-03T19:08:52+00:00" + "time": "2018-01-31T13:17:27+00:00" }, { "name": "dg/mysql-dump", @@ -1139,30 +1169,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": { @@ -1203,24 +1233,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" @@ -1228,7 +1258,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -1270,36 +1300,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": { @@ -1324,7 +1354,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "doctrine/lexer", @@ -1380,32 +1410,75 @@ ], "time": "2014-09-09T13:34:57+00:00" }, + { + "name": "electrolinux/phpquery", + "version": "0.9.6", + "source": { + "type": "git", + "url": "https://github.com/electrolinux/phpquery.git", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "phpQuery/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobiasz Cudnik", + "email": "tobiasz.cudnik@gmail.com", + "homepage": "https://github.com/TobiaszCudnik", + "role": "Developer" + }, + { + "name": "didier Belot", + "role": "Packager" + } + ], + "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", + "homepage": "http://code.google.com/p/phpquery/", + "time": "2013-03-21T12:39:33+00:00" + }, { "name": "facebook/webdriver", - "version": "1.4.1", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/facebook/php-webdriver.git", - "reference": "eadb0b7a7c3e6578185197fd40158b08c3164c83" + "reference": "86b5ca2f67173c9d34340845dd690149c886a605" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/eadb0b7a7c3e6578185197fd40158b08c3164c83", - "reference": "eadb0b7a7c3e6578185197fd40158b08c3164c83", + "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/86b5ca2f67173c9d34340845dd690149c886a605", + "reference": "86b5ca2f67173c9d34340845dd690149c886a605", "shasum": "" }, "require": { "ext-curl": "*", "ext-zip": "*", - "php": "^5.5 || ~7.0", - "symfony/process": "^2.8 || ^3.1" + "php": "^5.6 || ~7.0", + "symfony/process": "^2.8 || ^3.1 || ^4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", + "guzzle/guzzle": "^3.4.1", + "php-coveralls/php-coveralls": "^1.0.2", "php-mock/php-mock-phpunit": "^1.1", - "phpunit/phpunit": "4.6.* || ~5.0", - "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "^2.6" + "phpunit/phpunit": "^5.7", + "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0", + "squizlabs/php_codesniffer": "^2.6", + "symfony/var-dumper": "^3.3 || ^4.0" }, "type": "library", "extra": { @@ -1430,7 +1503,7 @@ "selenium", "webdriver" ], - "time": "2017-04-28T14:54:49+00:00" + "time": "2017-11-15T11:08:09+00:00" }, { "name": "goaop/framework", @@ -1497,16 +1570,16 @@ }, { "name": "goaop/parser-reflection", - "version": "1.2.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/goaop/parser-reflection.git", - "reference": "49e6cb828cb120104231a8b908b4ae794427b6a4" + "reference": "adfc38fee63014880932ebcc4810871b8e33edc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/goaop/parser-reflection/zipball/49e6cb828cb120104231a8b908b4ae794427b6a4", - "reference": "49e6cb828cb120104231a8b908b4ae794427b6a4", + "url": "https://api.github.com/repos/goaop/parser-reflection/zipball/adfc38fee63014880932ebcc4810871b8e33edc9", + "reference": "adfc38fee63014880932ebcc4810871b8e33edc9", "shasum": "" }, "require": { @@ -1544,7 +1617,54 @@ } ], "description": "Provides reflection information, based on raw source", - "time": "2017-06-27T16:23:48+00:00" + "time": "2017-09-03T14:59:13+00:00" + }, + { + "name": "gumlet/php-image-resize", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/gumlet/php-image-resize.git", + "reference": "23b4e1e4b429c69b3025b050b8564065cbe18cda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/23b4e1e4b429c69b3025b050b8564065cbe18cda", + "reference": "23b4e1e4b429c69b3025b050b8564065cbe18cda", + "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/gumlet/php-image-resize", + "keywords": [ + "image", + "php", + "resize", + "scale" + ], + "time": "2018-01-14T09:22:51+00:00" }, { "name": "guzzlehttp/guzzle", @@ -1729,16 +1849,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": { @@ -1773,25 +1893,27 @@ }, { "name": "illuminate/contracts", - "version": "v5.4.27", + "version": "v5.5.33", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "31f0193eb14aa3ee07841dc254081425616e79f0" + "reference": "eb9a0171866fca0669c9acab6c7441e19b4694ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/31f0193eb14aa3ee07841dc254081425616e79f0", - "reference": "31f0193eb14aa3ee07841dc254081425616e79f0", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/eb9a0171866fca0669c9acab6c7441e19b4694ca", + "reference": "eb9a0171866fca0669c9acab6c7441e19b4694ca", "shasum": "" }, "require": { - "php": ">=5.6.4" + "php": ">=7.0", + "psr/container": "~1.0", + "psr/simple-cache": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -1811,41 +1933,41 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2017-04-19T20:17:43+00:00" + "time": "2018-01-19T17:59:58+00:00" }, { "name": "illuminate/support", - "version": "v5.4.27", + "version": "v5.5.33", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d" + "reference": "f6eb4fc687a1956cb44007604cd31dc50858eca9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d", - "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d", + "url": "https://api.github.com/repos/illuminate/support/zipball/f6eb4fc687a1956cb44007604cd31dc50858eca9", + "reference": "f6eb4fc687a1956cb44007604cd31dc50858eca9", "shasum": "" }, "require": { - "doctrine/inflector": "~1.0", + "doctrine/inflector": "~1.1", "ext-mbstring": "*", - "illuminate/contracts": "5.4.*", - "paragonie/random_compat": "~1.4|~2.0", - "php": ">=5.6.4" + "illuminate/contracts": "5.5.*", + "nesbot/carbon": "^1.20", + "php": ">=7.0" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", - "symfony/process": "Required to use the composer class (~3.2).", - "symfony/var-dumper": "Required to use the dd function (~3.2)." + "symfony/process": "Required to use the composer class (~3.3).", + "symfony/var-dumper": "Required to use the dd function (~3.3)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -1868,20 +1990,20 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2017-06-15T12:35:32+00:00" + "time": "2018-01-19T13:47:08+00:00" }, { "name": "jakoch/phantomjs-installer", - "version": "2.1.1-p08", + "version": "2.1.1-p09", "source": { "type": "git", "url": "https://github.com/jakoch/phantomjs-installer.git", - "reference": "7775820cf5eae8962cf68ab44757238e4d3136cc" + "reference": "41c9fc2608adbc3905338c60829d6e4dd3b739bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/7775820cf5eae8962cf68ab44757238e4d3136cc", - "reference": "7775820cf5eae8962cf68ab44757238e4d3136cc", + "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/41c9fc2608adbc3905338c60829d6e4dd3b739bf", + "reference": "41c9fc2608adbc3905338c60829d6e4dd3b739bf", "shasum": "" }, "require": { @@ -1918,7 +2040,7 @@ "headless", "phantomjs" ], - "time": "2017-01-10T09:56:38+00:00" + "time": "2017-08-16T08:57:05+00:00" }, { "name": "jakubledl/dissect", @@ -1977,16 +2099,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.1", + "version": "5.2.6", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "429be236f296ca249d61c65649cdf2652f4a5e80" + "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/429be236f296ca249d61c65649cdf2652f4a5e80", - "reference": "429be236f296ca249d61c65649cdf2652f4a5e80", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d283e11b6e14c6f4664cf080415c4341293e5bbd", + "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd", "shasum": "" }, "require": { @@ -1995,7 +2117,6 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.1", "json-schema/json-schema-test-suite": "1.2.0", - "phpdocumentor/phpdocumentor": "^2.7", "phpunit/phpunit": "^4.8.22" }, "bin": [ @@ -2040,7 +2161,7 @@ "json", "schema" ], - "time": "2017-05-16T21:06:09+00:00" + "time": "2017-10-21T13:15:38+00:00" }, { "name": "lucatume/codeception-setup-local", @@ -2086,31 +2207,33 @@ }, { "name": "lucatume/wp-browser", - "version": "1.21.13", + "version": "1.22.3", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "0052fea84bef02773a2d806cf3e2eee41628df36" + "reference": "8b324fd28a2092efba30186ecf129ded1d3a9bbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/0052fea84bef02773a2d806cf3e2eee41628df36", - "reference": "0052fea84bef02773a2d806cf3e2eee41628df36", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/8b324fd28a2092efba30186ecf129ded1d3a9bbf", + "reference": "8b324fd28a2092efba30186ecf129ded1d3a9bbf", "shasum": "" }, "require": { "antecedent/patchwork": "^2.0", "codeception/codeception": "^2.3", + "electrolinux/phpquery": "^0.9.6", + "gumlet/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", + "spatie/phpunit-snapshot-assertions": "^1.2", "vlucas/phpdotenv": "^2.4" }, "bin": [ @@ -2144,7 +2267,7 @@ "codeception", "wordpress" ], - "time": "2017-07-28T16:04:37+00:00" + "time": "2018-01-30T23:20:02+00:00" }, { "name": "lucatume/wp-browser-commons", @@ -2193,20 +2316,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" }, @@ -2219,6 +2342,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/" @@ -2243,7 +2376,7 @@ "password", "wordpress" ], - "time": "2015-02-12T03:09:57+00:00" + "time": "2018-01-11T14:12:02+00:00" }, { "name": "mustache/mustache", @@ -2293,37 +2426,40 @@ }, { "name": "myclabs/deep-copy", - "version": "1.6.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": "^5.6 || ^7.0" }, "require-dev": { - "doctrine/collections": "1.*", - "phpunit/phpunit": "~4.1" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" - } + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", - "homepage": "https://github.com/myclabs/DeepCopy", "keywords": [ "clone", "copy", @@ -2331,7 +2467,7 @@ "object", "object graph" ], - "time": "2017-04-12T18:52:22+00:00" + "time": "2017-10-19T19:58:43+00:00" }, { "name": "nb/oxymel", @@ -2376,16 +2512,16 @@ }, { "name": "neronmoon/scriptsdev", - "version": "v0.1.1", + "version": "v0.1.2", "source": { "type": "git", "url": "https://github.com/neronmoon/scriptsdev.git", - "reference": "2bda142b08900baa5476a40673f1465236831d1e" + "reference": "99739998e701f4825fc75521f99da6a3aa4780a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/neronmoon/scriptsdev/zipball/2bda142b08900baa5476a40673f1465236831d1e", - "reference": "2bda142b08900baa5476a40673f1465236831d1e", + "url": "https://api.github.com/repos/neronmoon/scriptsdev/zipball/99739998e701f4825fc75521f99da6a3aa4780a2", + "reference": "99739998e701f4825fc75521f99da6a3aa4780a2", "shasum": "" }, "require": { @@ -2422,106 +2558,111 @@ "dev", "scripts" ], - "time": "2017-03-13T17:11:56+00:00" + "time": "2017-12-20T08:51:12+00:00" }, { - "name": "nikic/php-parser", - "version": "v3.1.0", + "name": "nesbot/carbon", + "version": "1.22.1", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4d4896e553f2094e657fe493506dc37c509d4e2b" + "url": "https://github.com/briannesbitt/Carbon.git", + "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4d4896e553f2094e657fe493506dc37c509d4e2b", - "reference": "4d4896e553f2094e657fe493506dc37c509d4e2b", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", + "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.5" + "php": ">=5.3.0", + "symfony/translation": "~2.6 || ~3.0" }, "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "friendsofphp/php-cs-fixer": "~2", + "phpunit/phpunit": "~4.0 || ~5.0" }, - "bin": [ - "bin/php-parse" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "1.23-dev" } }, "autoload": { "psr-4": { - "PhpParser\\": "lib/PhpParser" + "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Nikita Popov" + "name": "Brian Nesbitt", + "email": "brian@nesbot.com", + "homepage": "http://nesbot.com" } ], - "description": "A PHP parser written in PHP", + "description": "A simple API extension for DateTime.", + "homepage": "http://carbon.nesbot.com", "keywords": [ - "parser", - "php" + "date", + "datetime", + "time" ], - "time": "2017-07-28T14:45:09+00:00" + "time": "2017-01-16T07:55:07+00:00" }, { - "name": "paragonie/random_compat", - "version": "v2.0.10", + "name": "nikic/php-parser", + "version": "v3.1.4", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "e57b3a09784f846411aa7ed664eedb73e3399078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e57b3a09784f846411aa7ed664eedb73e3399078", + "reference": "e57b3a09784f846411aa7ed664eedb73e3399078", "shasum": "" }, "require": { - "php": ">=5.2.0" + "ext-tokenizer": "*", + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "phpunit/phpunit": "~4.0|~5.0" }, + "bin": [ + "bin/php-parse" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, "autoload": { - "files": [ - "lib/random.php" - ] + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "name": "Nikita Popov" } ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "description": "A PHP parser written in PHP", "keywords": [ - "csprng", - "pseudorandom", - "random" + "parser", + "php" ], - "time": "2017-03-13T16:27:32+00:00" + "time": "2018-01-25T21:31:33+00:00" }, { "name": "phar-io/manifest", @@ -2627,16 +2768,16 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "1.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { @@ -2677,33 +2818,39 @@ "reflection", "static analysis" ], - "time": "2015-12-27T11:43:31+00:00" + "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.2.0", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585", - "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^1.0@dev", + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ @@ -2722,7 +2869,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-07-15T11:38:20+00:00" + "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -2773,33 +2920,33 @@ }, { "name": "phpspec/prophecy", - "version": "v1.7.0", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" + "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", + "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8 || ^5.6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -2832,45 +2979,44 @@ "spy", "stub" ], - "time": "2017-03-02T20:05:34+00:00" + "time": "2017-11-24T13:59:53+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "5.2.1", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b" + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/dc421f9ca5082a0c0cb04afb171c765f79add85b", - "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.0", - "phpunit/php-file-iterator": "^1.3", - "phpunit/php-text-template": "^1.2", - "phpunit/php-token-stream": "^1.4.11 || ^2.0", - "sebastian/code-unit-reverse-lookup": "^1.0", + "phpunit/php-file-iterator": "^1.4.2", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^2.0.1", + "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", - "sebastian/version": "^2.0", + "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { - "ext-xdebug": "^2.5", "phpunit/phpunit": "^6.0" }, "suggest": { - "ext-xdebug": "^2.5.3" + "ext-xdebug": "^2.5.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.2.x-dev" + "dev-master": "5.3.x-dev" } }, "autoload": { @@ -2885,7 +3031,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -2896,20 +3042,20 @@ "testing", "xunit" ], - "time": "2017-04-21T08:03:57+00:00" + "time": "2017-12-06T09:29:45+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "1.4.2", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { @@ -2943,7 +3089,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03T07:40:28+00:00" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -3037,29 +3183,29 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.4.11", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -3082,20 +3228,20 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27T10:12:30+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", - "version": "6.2.3", + "version": "6.5.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7" + "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7", - "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3330ef26ade05359d006041316ed0fa9e8e3cefe", + "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe", "shasum": "" }, "require": { @@ -3104,24 +3250,24 @@ "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "^1.3", + "myclabs/deep-copy": "^1.6.1", "phar-io/manifest": "^1.0.1", "phar-io/version": "^1.0", "php": "^7.0", "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^5.2", - "phpunit/php-file-iterator": "^1.4", - "phpunit/php-text-template": "^1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^4.0", - "sebastian/comparator": "^2.0", - "sebastian/diff": "^1.4.3 || ^2.0", - "sebastian/environment": "^3.0.2", + "phpunit/php-code-coverage": "^5.3", + "phpunit/php-file-iterator": "^1.4.3", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^1.0.9", + "phpunit/phpunit-mock-objects": "^5.0.5", + "sebastian/comparator": "^2.1", + "sebastian/diff": "^2.0", + "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1", - "sebastian/global-state": "^1.1 || ^2.0", - "sebastian/object-enumerator": "^3.0.2", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^1.0", - "sebastian/version": "^2.0" + "sebastian/version": "^2.0.1" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2", @@ -3140,7 +3286,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2.x-dev" + "dev-master": "6.5.x-dev" } }, "autoload": { @@ -3166,33 +3312,33 @@ "testing", "xunit" ], - "time": "2017-07-03T15:54:24+00:00" + "time": "2018-02-01T05:57:37+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "4.0.2", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4" + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4", - "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.2", + "doctrine/instantiator": "^1.0.5", "php": "^7.0", - "phpunit/php-text-template": "^1.2", - "sebastian/exporter": "^3.0" + "phpunit/php-text-template": "^1.2.1", + "sebastian/exporter": "^3.1" }, "conflict": { "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.5" }, "suggest": { "ext-soap": "*" @@ -3200,7 +3346,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -3215,7 +3361,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -3225,7 +3371,7 @@ "mock", "xunit" ], - "time": "2017-06-30T08:15:21+00:00" + "time": "2018-01-06T05:45:45+00:00" }, { "name": "psr/http-message", @@ -3324,6 +3470,54 @@ ], "time": "2016-10-10T12:19:37+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", + "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "time": "2017-01-02T13:31:39+00:00" + }, { "name": "ramsey/array_column", "version": "1.1.3", @@ -3465,30 +3659,30 @@ }, { "name": "sebastian/comparator", - "version": "2.0.0", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "20f84f468cb67efee293246e6a09619b891f55f0" + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/20f84f468cb67efee293246e6a09619b891f55f0", - "reference": "20f84f468cb67efee293246e6a09619b891f55f0", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", "shasum": "" }, "require": { "php": "^7.0", - "sebastian/diff": "^1.2", - "sebastian/exporter": "^3.0" + "sebastian/diff": "^2.0 || ^3.0", + "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -3519,38 +3713,38 @@ } ], "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", + "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], - "time": "2017-03-03T06:26:08+00:00" + "time": "2018-02-01T13:46:46+00:00" }, { "name": "sebastian/diff", - "version": "1.4.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -3577,7 +3771,7 @@ "keywords": [ "diff" ], - "time": "2017-05-22T07:24:03+00:00" + "time": "2017-08-03T08:09:46+00:00" }, { "name": "sebastian/environment", @@ -3749,21 +3943,21 @@ }, { "name": "sebastian/object-enumerator", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8" + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/31dd3379d16446c5d86dec32ab1ad1f378581ad8", - "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { "php": "^7.0", - "sebastian/object-reflector": "^1.0", + "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { @@ -3792,7 +3986,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-03-12T15:17:29+00:00" + "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", @@ -4027,23 +4221,23 @@ }, { "name": "seld/jsonlint", - "version": "1.6.1", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77" + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77", - "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "bin": [ "bin/jsonlint" @@ -4072,7 +4266,7 @@ "parser", "validator" ], - "time": "2017-06-18T15:11:04+00:00" + "time": "2018-01-24T12:46:19+00:00" }, { "name": "seld/phar-utils", @@ -4120,20 +4314,20 @@ }, { "name": "site5/phantoman", - "version": "v1.1.7", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/grantlucas/phantoman.git", - "reference": "f65d26d3311e44380692cb0255b95181743f69f2" + "reference": "064806e420c4cbbdf9fddf08e3612edaeb060fac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grantlucas/phantoman/zipball/f65d26d3311e44380692cb0255b95181743f69f2", - "reference": "f65d26d3311e44380692cb0255b95181743f69f2", + "url": "https://api.github.com/repos/grantlucas/phantoman/zipball/064806e420c4cbbdf9fddf08e3612edaeb060fac", + "reference": "064806e420c4cbbdf9fddf08e3612edaeb060fac", "shasum": "" }, "require": { - "codeception/codeception": "^2.1", + "codeception/codeception": "^2.2.7", "php": ">=5.4.0" }, "suggest": { @@ -4163,68 +4357,41 @@ "headless", "phantomjs" ], - "time": "2016-09-15T14:35:04+00:00" + "time": "2017-10-27T13:31:22+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "2.9.1", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62" + "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62", - "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", + "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": ">=5.1.2" + "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" }, "bin": [ - "scripts/phpcs", - "scripts/phpcbf" + "bin/phpcs", + "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, - "autoload": { - "classmap": [ - "CodeSniffer.php", - "CodeSniffer/CLI.php", - "CodeSniffer/Exception.php", - "CodeSniffer/File.php", - "CodeSniffer/Fixer.php", - "CodeSniffer/Report.php", - "CodeSniffer/Reporting.php", - "CodeSniffer/Sniff.php", - "CodeSniffer/Tokens.php", - "CodeSniffer/Reports/", - "CodeSniffer/Tokenizers/", - "CodeSniffer/DocGenerators/", - "CodeSniffer/Standards/AbstractPatternSniff.php", - "CodeSniffer/Standards/AbstractScopeSniff.php", - "CodeSniffer/Standards/AbstractVariableSniff.php", - "CodeSniffer/Standards/IncorrectPatternException.php", - "CodeSniffer/Standards/Generic/Sniffs/", - "CodeSniffer/Standards/MySource/Sniffs/", - "CodeSniffer/Standards/PEAR/Sniffs/", - "CodeSniffer/Standards/PSR1/Sniffs/", - "CodeSniffer/Standards/PSR2/Sniffs/", - "CodeSniffer/Standards/Squiz/Sniffs/", - "CodeSniffer/Standards/Zend/Sniffs/" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" @@ -4241,74 +4408,29 @@ "phpcs", "standards" ], - "time": "2017-05-22T02:43:20+00:00" - }, - { - "name": "stecman/symfony-console-completion", - "version": "0.7.0", - "source": { - "type": "git", - "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb", - "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.6.x-dev" - } - }, - "autoload": { - "psr-4": { - "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Stephen Holdaway", - "email": "stephen@stecman.co.nz" - } - ], - "description": "Automatic BASH completion for Symfony Console Component based applications.", - "time": "2016-02-24T05:08:54+00:00" + "time": "2017-12-19T21:44:46+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.3.5", + "version": "v4.0.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0" + "reference": "fee0fcd501304b1c3190f6293f650cceb738a353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0", - "reference": "8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/fee0fcd501304b1c3190f6293f650cceb738a353", + "reference": "fee0fcd501304b1c3190f6293f650cceb738a353", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/dom-crawler": "~2.8|~3.0" + "php": "^7.1.3", + "symfony/dom-crawler": "~3.4|~4.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0" + "symfony/css-selector": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0" }, "suggest": { "symfony/process": "" @@ -4316,7 +4438,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4343,34 +4465,34 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2017-07-12T13:03:20+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/config", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274" + "reference": "72689b934d6c6ecf73eca874e98933bf055313c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/a094618deb9a3fe1c3cf500a796e167d0495a274", - "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274", + "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9", + "reference": "72689b934d6c6ecf73eca874e98933bf055313c9", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/filesystem": "~2.8|~3.0" + "php": "^5.5.9|>=7.0.8", + "symfony/filesystem": "~2.8|~3.0|~4.0" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { - "symfony/dependency-injection": "~3.3", - "symfony/finder": "~3.3", - "symfony/yaml": "~3.0" + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/finder": "~3.3|~4.0", + "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" @@ -4378,7 +4500,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4405,49 +4527,49 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-06-16T12:40:34+00:00" + "time": "2018-01-21T19:05:02+00:00" }, { "name": "symfony/console", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546" + "reference": "26b6f419edda16c19775211987651cb27baea7f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546", - "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546", + "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1", + "reference": "26b6f419edda16c19775211987651cb27baea7f1", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/debug": "~2.8|~3.0", + "php": "^5.5.9|>=7.0.8", + "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/http-kernel": "~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": { @@ -4474,29 +4596,29 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-07-03T13:19:36+00:00" + "time": "2018-01-29T09:03:43+00:00" }, { "name": "symfony/css-selector", - "version": "v3.3.5", + "version": "v4.0.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "4d882dced7b995d5274293039370148e291808f2" + "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2", - "reference": "4d882dced7b995d5274293039370148e291808f2", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7", + "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4527,36 +4649,36 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2017-05-01T15:01:29+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/debug", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "63b85a968486d95ff9542228dc2e4247f16f9743" + "reference": "53f6af2805daf52a43b393b93d2f24925d35c937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743", - "reference": "63b85a968486d95ff9542228dc2e4247f16f9743", + "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937", + "reference": "53f6af2805daf52a43b393b93d2f24925d35c937", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { - "symfony/http-kernel": "~2.8|~3.0" + "symfony/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4583,38 +4705,39 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-07-05T13:02:37+00:00" + "time": "2018-01-18T22:16:57+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "761e51a86f35f5b3e213e9b7f554fd91f9bffae4" + "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/761e51a86f35f5b3e213e9b7f554fd91f9bffae4", - "reference": "761e51a86f35f5b3e213e9b7f554fd91f9bffae4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b2717ee2499390e371e1fc7abaf886c1c83e83d", + "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { - "symfony/config": "<3.3.1", + "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": "", @@ -4626,7 +4749,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4653,28 +4776,28 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2017-07-17T14:07:10+00:00" + "time": "2018-01-29T09:16:57+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.3.5", + "version": "v4.0.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1" + "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1", - "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/39b785e1cf28e9f21bb601a5d62c4992a8e8a290", + "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0" + "symfony/css-selector": "~3.4|~4.0" }, "suggest": { "symfony/css-selector": "" @@ -4682,7 +4805,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4709,34 +4832,34 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2017-05-25T23:10:31+00:00" + "time": "2018-01-03T07:38:00+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e" + "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e", - "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca", + "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~3.3", - "symfony/expression-language": "~2.8|~3.0", - "symfony/stopwatch": "~2.8|~3.0" + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/dependency-injection": "", @@ -4745,7 +4868,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4772,20 +4895,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-06-09T14:53:08+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/filesystem", - "version": "v2.8.25", + "version": "v2.8.34", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2" + "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/714b1036010c354ae2b25d7f9ca27e14e265e9f2", - "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/1f4e8351e0196562f5e8ec584baeceeb8e2e92f6", + "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6", "shasum": "" }, "require": { @@ -4821,29 +4944,29 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-07-11T07:12:11+00:00" + "time": "2018-01-03T07:36:31+00:00" }, { "name": "symfony/finder", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4" + "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4", - "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4", + "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f", + "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -4870,20 +4993,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-06-01T21:01:25+00:00" + "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.4.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937" + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "shasum": "" }, "require": { @@ -4895,7 +5018,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -4929,29 +5052,29 @@ "portable", "shim" ], - "time": "2017-06-09T14:24:12+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/process", - "version": "v2.8.25", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8" + "reference": "09a5172057be8fc677840e591b17f385e58c7c0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8", - "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8", + "url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d", + "reference": "09a5172057be8fc677840e591b17f385e58c7c0d", "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": { @@ -4978,35 +5101,38 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-07-03T08:04:30+00:00" + "time": "2018-01-29T09:03:43+00:00" }, { "name": "symfony/translation", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3" + "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3", - "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3", + "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84", + "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, "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", @@ -5016,7 +5142,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -5043,27 +5169,30 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2017-06-24T16:45:30+00:00" + "time": "2018-01-18T22:16:57+00:00" }, { "name": "symfony/yaml", - "version": "v3.3.5", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "1f93a8d19b8241617f5074a123e282575b821df8" + "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8", - "reference": "1f93a8d19b8241617f5074a123e282575b821df8", + "url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe", + "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe", "shasum": "" }, "require": { - "php": ">=5.5.9" + "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" @@ -5071,7 +5200,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -5098,7 +5227,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-06-15T12:58:50+00:00" + "time": "2018-01-21T19:05:02+00:00" }, { "name": "theseer/tokenizer", @@ -5142,16 +5271,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": { @@ -5188,20 +5317,20 @@ "check", "validate" ], - "time": "2016-11-23T20:04:58+00:00" + "time": "2018-01-29T19:49:41+00:00" }, { "name": "wp-cli/autoload-splitter", - "version": "v0.1.4", + "version": "v0.1.5", "source": { "type": "git", "url": "https://github.com/wp-cli/autoload-splitter.git", - "reference": "ad9e4c67b64002b7a60368998ea536b861eb2b53" + "reference": "fb4302da26390811d2631c62b42b75976d224bb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/autoload-splitter/zipball/ad9e4c67b64002b7a60368998ea536b861eb2b53", - "reference": "ad9e4c67b64002b7a60368998ea536b861eb2b53", + "url": "https://api.github.com/repos/wp-cli/autoload-splitter/zipball/fb4302da26390811d2631c62b42b75976d224bb8", + "reference": "fb4302da26390811d2631c62b42b75976d224bb8", "shasum": "" }, "require": { @@ -5229,20 +5358,20 @@ ], "description": "Composer plugin for splitting a generated autoloader into two distinct parts.", "homepage": "https://wp-cli.org", - "time": "2017-07-24T13:19:52+00:00" + "time": "2017-08-03T08:40:16+00:00" }, { "name": "wp-cli/cache-command", - "version": "v1.0.1", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/cache-command.git", - "reference": "d7102d5573d050befc81be5470b5df553e66cc6e" + "reference": "d82cba9effa198f17847dce5771c8fb20c443ffa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d7102d5573d050befc81be5470b5df553e66cc6e", - "reference": "d7102d5573d050befc81be5470b5df553e66cc6e", + "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d82cba9effa198f17847dce5771c8fb20c443ffa", + "reference": "d82cba9effa198f17847dce5771c8fb20c443ffa", "shasum": "" }, "require-dev": { @@ -5257,7 +5386,20 @@ "bundled": true, "commands": [ "cache", - "transient" + "cache add", + "cache decr", + "cache delete", + "cache flush", + "cache get", + "cache incr", + "cache replace", + "cache set", + "cache type", + "transient", + "transient delete", + "transient get", + "transient set", + "transient type" ] }, "autoload": { @@ -5279,27 +5421,27 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage object and transient caches.", + "description": "Manages object and transient caches.", "homepage": "https://github.com/wp-cli/cache-command", - "time": "2017-05-30T18:00:27+00:00" + "time": "2017-12-14T19:21:19+00:00" }, { "name": "wp-cli/checksum-command", - "version": "v1.0.1", + "version": "v1.0.8", "source": { "type": "git", "url": "https://github.com/wp-cli/checksum-command.git", - "reference": "2b74567a660951380083f02224a21746b2697008" + "reference": "360c0c658242919e9a74ba06917fd8a691484174" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/2b74567a660951380083f02224a21746b2697008", - "reference": "2b74567a660951380083f02224a21746b2697008", + "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/360c0c658242919e9a74ba06917fd8a691484174", + "reference": "360c0c658242919e9a74ba06917fd8a691484174", "shasum": "" }, "require-dev": { "behat/behat": "~2.5", - "wp-cli/wp-cli": "*" + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { @@ -5308,7 +5450,8 @@ }, "bundled": true, "commands": [ - "checksum core" + "core verify-checksums", + "plugin verify-checksums" ] }, "autoload": { @@ -5330,24 +5473,27 @@ "homepage": "https://runcommand.io" } ], - "description": "Verify WordPress core checksums.", + "description": "Verifies file integrity by comparing to published checksums.", "homepage": "https://github.com/wp-cli/checksum-command", - "time": "2017-05-30T18:55:36+00:00" + "time": "2018-01-29T16:56:18+00:00" }, { "name": "wp-cli/config-command", - "version": "v1.1.3", + "version": "v1.1.8", "source": { "type": "git", "url": "https://github.com/wp-cli/config-command.git", - "reference": "8c043f9312a5c35cd7e37a7551d835f46ed0586e" + "reference": "4e44b3fab9e1ddb8f91e3189b27354ff4ae141ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/config-command/zipball/8c043f9312a5c35cd7e37a7551d835f46ed0586e", - "reference": "8c043f9312a5c35cd7e37a7551d835f46ed0586e", + "url": "https://api.github.com/repos/wp-cli/config-command/zipball/4e44b3fab9e1ddb8f91e3189b27354ff4ae141ad", + "reference": "4e44b3fab9e1ddb8f91e3189b27354ff4ae141ad", "shasum": "" }, + "require": { + "wp-cli/wp-config-transformer": "^1.2" + }, "require-dev": { "behat/behat": "~2.5", "wp-cli/wp-cli": "*" @@ -5360,9 +5506,13 @@ "bundled": true, "commands": [ "config", + "config delete", "config create", "config get", - "config path" + "config has", + "config list", + "config path", + "config set" ] }, "autoload": { @@ -5382,24 +5532,29 @@ "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" + }, + { + "name": "Alain Schlesser", + "email": "alain.schlesser@gmail.com", + "homepage": "https://www.alainschlesser.com" } ], - "description": "Manage the wp-config.php file.", + "description": "Generates and reads the wp-config.php file.", "homepage": "https://github.com/wp-cli/config-command", - "time": "2017-07-06T21:17:20+00:00" + "time": "2018-01-30T14:12:41+00:00" }, { "name": "wp-cli/core-command", - "version": "v1.0.1", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/wp-cli/core-command.git", - "reference": "22e0caa140897f87d9e618fc075f80325a6151ee" + "reference": "0e825668d2c060c40ec1d7debbee94bc08eec9b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/core-command/zipball/22e0caa140897f87d9e618fc075f80325a6151ee", - "reference": "22e0caa140897f87d9e618fc075f80325a6151ee", + "url": "https://api.github.com/repos/wp-cli/core-command/zipball/0e825668d2c060c40ec1d7debbee94bc08eec9b3", + "reference": "0e825668d2c060c40ec1d7debbee94bc08eec9b3", "shasum": "" }, "require-dev": { @@ -5413,6 +5568,7 @@ }, "bundled": true, "commands": [ + "core", "core check-update", "core download", "core install", @@ -5443,22 +5599,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Download, install, update and manage a WordPress install.", + "description": "Downloads, installs, updates, and manages a WordPress installation.", "homepage": "https://github.com/wp-cli/core-command", - "time": "2017-05-30T18:56:42+00:00" + "time": "2018-01-30T06:57:10+00:00" }, { "name": "wp-cli/cron-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/cron-command.git", - "reference": "1cf8564c0c025520658a8ec872e606bdd7fef319" + "reference": "9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/1cf8564c0c025520658a8ec872e606bdd7fef319", - "reference": "1cf8564c0c025520658a8ec872e606bdd7fef319", + "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef", + "reference": "9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef", "shasum": "" }, "require-dev": { @@ -5472,11 +5628,14 @@ }, "bundled": true, "commands": [ + "cron", "cron test", + "cron event", "cron event delete", "cron event list", "cron event run", "cron event schedule", + "cron schedule", "cron schedule list" ] }, @@ -5499,29 +5658,27 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage WP-Cron events and schedules.", + "description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.", "homepage": "https://github.com/wp-cli/cron-command", - "time": "2017-05-30T18:58:24+00:00" + "time": "2017-12-08T15:09:54+00:00" }, { "name": "wp-cli/db-command", - "version": "v1.1.0", + "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/wp-cli/db-command.git", - "reference": "4c65adbd92e81df140beaa985f101b2905561666" + "reference": "7d361a15ffe34dfc9d798a81208fe61b8a2f049a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/db-command/zipball/4c65adbd92e81df140beaa985f101b2905561666", - "reference": "4c65adbd92e81df140beaa985f101b2905561666", + "url": "https://api.github.com/repos/wp-cli/db-command/zipball/7d361a15ffe34dfc9d798a81208fe61b8a2f049a", + "reference": "7d361a15ffe34dfc9d798a81208fe61b8a2f049a", "shasum": "" }, - "require": { - "wp-cli/wp-cli": "*" - }, "require-dev": { - "behat/behat": "~2.5" + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { @@ -5530,16 +5687,19 @@ }, "bundled": true, "commands": [ + "db", "db create", "db drop", "db reset", "db check", "db optimize", + "db prefix", "db repair", "db cli", "db query", "db export", "db import", + "db search", "db tables", "db size" ] @@ -5563,27 +5723,85 @@ "homepage": "https://runcommand.io" } ], - "description": "Perform basic database operations using credentials stored in wp-config.php.", + "description": "Performs basic database operations using credentials stored in wp-config.php.", "homepage": "https://github.com/wp-cli/db-command", - "time": "2017-05-30T18:57:35+00:00" + "time": "2018-01-29T02:30:16+00:00" + }, + { + "name": "wp-cli/embed-command", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wp-cli/embed-command.git", + "reference": "81319d4243a8dfe096389bf54cdc4fc3dec53497" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/81319d4243a8dfe096389bf54cdc4fc3dec53497", + "reference": "81319d4243a8dfe096389bf54cdc4fc3dec53497", + "shasum": "" + }, + "require-dev": { + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" + }, + "type": "wp-cli-package", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + }, + "bundled": true, + "commands": [ + "embed", + "embed fetch", + "embed provider list", + "embed provider match", + "embed handler list", + "embed cache clear", + "embed cache find", + "embed cache trigger" + ] + }, + "autoload": { + "psr-4": { + "WP_CLI\\Embeds\\": "src/" + }, + "files": [ + "embed-command.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pascal Birchler", + "homepage": "https://pascalbirchler.com/" + } + ], + "description": "Inspects oEmbed providers, clears embed cache, and more.", + "homepage": "https://github.com/wp-cli/embed-command", + "time": "2018-01-22T21:26:48+00:00" }, { "name": "wp-cli/entity-command", - "version": "v1.0.3", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/wp-cli/entity-command.git", - "reference": "5f925201062c7a308f6cbbfc56bc8dec20d2ff80" + "reference": "035b74ea16912f5b14db7d28036a6d123eb90547" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/5f925201062c7a308f6cbbfc56bc8dec20d2ff80", - "reference": "5f925201062c7a308f6cbbfc56bc8dec20d2ff80", + "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/035b74ea16912f5b14db7d28036a6d123eb90547", + "reference": "035b74ea16912f5b14db7d28036a6d123eb90547", "shasum": "" }, "require-dev": { "behat/behat": "~2.5", - "wp-cli/wp-cli": "*" + "phpunit/phpunit": "^4.8", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { @@ -5593,22 +5811,153 @@ "bundled": true, "commands": [ "comment", + "comment approve", + "comment count", + "comment create", + "comment delete", + "comment exists", + "comment generate", + "comment get", + "comment list", "comment meta", + "comment meta add", + "comment meta delete", + "comment meta get", + "comment meta list", + "comment meta patch", + "comment meta pluck", + "comment meta update", + "comment recount", + "comment spam", + "comment status", + "comment trash", + "comment unapprove", + "comment unspam", + "comment untrash", + "comment update", "menu", + "menu create", + "menu delete", "menu item", + "menu item add-custom", + "menu item add-post", + "menu item add-term", + "menu item delete", + "menu item list", + "menu item update", + "menu list", "menu location", + "menu location assign", + "menu location list", + "menu location remove", "network meta", + "network meta add", + "network meta delete", + "network meta get", + "network meta list", + "network meta patch", + "network meta pluck", + "network meta update", + "option", + "option add", + "option delete", + "option get", + "option list", + "option patch", + "option pluck", + "option update", "post", + "post create", + "post delete", + "post edit", + "post generate", + "post get", + "post list", "post meta", + "post meta add", + "post meta delete", + "post meta get", + "post meta list", + "post meta patch", + "post meta pluck", + "post meta update", "post term", + "post term add", + "post term list", + "post term remove", + "post term set", + "post update", "post-type", + "post-type get", + "post-type list", "site", + "site activate", + "site archive", + "site create", + "site deactivate", + "site delete", + "site empty", + "site list", + "site mature", + "site option", + "site private", + "site public", + "site spam", + "site unarchive", + "site unmature", + "site unspam", "taxonomy", + "taxonomy get", + "taxonomy list", "term", + "term create", + "term delete", + "term generate", + "term get", + "term list", "term meta", + "term meta add", + "term meta delete", + "term meta get", + "term meta list", + "term meta patch", + "term meta pluck", + "term meta update", + "term recount", + "term update", "user", + "user add-cap", + "user add-role", + "user create", + "user delete", + "user generate", + "user get", + "user import-csv", + "user list", + "user list-caps", "user meta", - "user term" + "user meta add", + "user meta delete", + "user meta get", + "user meta list", + "user meta patch", + "user meta pluck", + "user meta update", + "user remove-cap", + "user remove-role", + "user reset-password", + "user session", + "user session destroy", + "user session list", + "user set-role", + "user spam", + "user term", + "user term add", + "user term list", + "user term remove", + "user term set", + "user unspam", + "user update" ] }, "autoload": { @@ -5633,20 +5982,20 @@ ], "description": "Manage WordPress core entities.", "homepage": "https://github.com/wp-cli/entity-command", - "time": "2017-06-29T22:26:09+00:00" + "time": "2018-01-29T15:10:05+00:00" }, { "name": "wp-cli/eval-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/eval-command.git", - "reference": "996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1" + "reference": "9640d40ab28cd86590396f08f8c382e659f57321" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1", - "reference": "996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1", + "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/9640d40ab28cd86590396f08f8c382e659f57321", + "reference": "9640d40ab28cd86590396f08f8c382e659f57321", "shasum": "" }, "require": { @@ -5685,30 +6034,30 @@ "homepage": "https://runcommand.io" } ], - "description": "Execute arbitrary PHP code.", + "description": "Executes arbitrary PHP code or files.", "homepage": "https://github.com/wp-cli/eval-command", - "time": "2017-05-30T19:00:48+00:00" + "time": "2017-12-08T14:33:34+00:00" }, { "name": "wp-cli/export-command", - "version": "v1.0.1", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/export-command.git", - "reference": "3507dae2dad0f8bb71070bc0c284ffed304caf21" + "reference": "4ae43d370ed6ed0cffd166dd84cfc6c8c2f3f633" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/export-command/zipball/3507dae2dad0f8bb71070bc0c284ffed304caf21", - "reference": "3507dae2dad0f8bb71070bc0c284ffed304caf21", + "url": "https://api.github.com/repos/wp-cli/export-command/zipball/4ae43d370ed6ed0cffd166dd84cfc6c8c2f3f633", + "reference": "4ae43d370ed6ed0cffd166dd84cfc6c8c2f3f633", "shasum": "" }, "require": { - "nb/oxymel": "~0.1.0", - "wp-cli/wp-cli": "*" + "nb/oxymel": "~0.1.0" }, "require-dev": { - "behat/behat": "~2.5" + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { @@ -5739,22 +6088,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Export WordPress content to a WXR file.", + "description": "Exports WordPress content to a WXR file.", "homepage": "https://github.com/wp-cli/export-command", - "time": "2017-05-30T19:01:34+00:00" + "time": "2018-01-29T02:33:05+00:00" }, { "name": "wp-cli/extension-command", - "version": "v1.1.1", + "version": "v1.1.9", "source": { "type": "git", "url": "https://github.com/wp-cli/extension-command.git", - "reference": "8489bc23aad242796cba15f78ce75192b1774ea5" + "reference": "dfacef02b88baed07058c88064afd582f4150a97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/8489bc23aad242796cba15f78ce75192b1774ea5", - "reference": "8489bc23aad242796cba15f78ce75192b1774ea5", + "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/dfacef02b88baed07058c88064afd582f4150a97", + "reference": "dfacef02b88baed07058c88064afd582f4150a97", "shasum": "" }, "require-dev": { @@ -5768,6 +6117,7 @@ }, "bundled": true, "commands": [ + "plugin", "plugin activate", "plugin deactivate", "plugin delete", @@ -5781,6 +6131,7 @@ "plugin toggle", "plugin uninstall", "plugin update", + "theme", "theme activate", "theme delete", "theme disable", @@ -5789,6 +6140,7 @@ "theme install", "theme is-installed", "theme list", + "theme mod", "theme mod get", "theme mod set", "theme mod remove", @@ -5800,8 +6152,7 @@ }, "autoload": { "psr-4": { - "": "src/", - "WP_CLI\\": "src/WP_CLI" + "": "src/" }, "files": [ "extension-command.php" @@ -5818,22 +6169,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage WordPress plugins and themes.", + "description": "Manages plugins and themes, including installs, activations, and updates.", "homepage": "https://github.com/wp-cli/extension-command", - "time": "2017-06-08T09:01:02+00:00" + "time": "2018-01-30T11:13:57+00:00" }, { "name": "wp-cli/import-command", - "version": "v1.0.2", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/import-command.git", - "reference": "3d10d138e6f7c4715535fdb3b5a436cc3d143fea" + "reference": "d2c21d590a1bfae6ac4e289a0b57fb1870b5990c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/import-command/zipball/3d10d138e6f7c4715535fdb3b5a436cc3d143fea", - "reference": "3d10d138e6f7c4715535fdb3b5a436cc3d143fea", + "url": "https://api.github.com/repos/wp-cli/import-command/zipball/d2c21d590a1bfae6ac4e289a0b57fb1870b5990c", + "reference": "d2c21d590a1bfae6ac4e289a0b57fb1870b5990c", "shasum": "" }, "require": { @@ -5871,22 +6222,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Import content from a WXR file.", + "description": "Imports content from a given WXR file.", "homepage": "https://github.com/wp-cli/import-command", - "time": "2017-07-04T13:14:43+00:00" + "time": "2017-12-08T15:13:36+00:00" }, { "name": "wp-cli/language-command", - "version": "v1.0.2", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/language-command.git", - "reference": "5812cac811de1c166b89cf6c78a2c1ff606e1dc4" + "reference": "2a3d1ce5a722a4d70809619a065087aa933f6209" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/language-command/zipball/5812cac811de1c166b89cf6c78a2c1ff606e1dc4", - "reference": "5812cac811de1c166b89cf6c78a2c1ff606e1dc4", + "url": "https://api.github.com/repos/wp-cli/language-command/zipball/2a3d1ce5a722a4d70809619a065087aa933f6209", + "reference": "2a3d1ce5a722a4d70809619a065087aa933f6209", "shasum": "" }, "require-dev": { @@ -5899,6 +6250,8 @@ "dev-master": "1.x-dev" }, "commands": [ + "language", + "language core", "language core activate", "language core install", "language core list", @@ -5926,40 +6279,40 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage language packs.", + "description": "Installs, activates, and manages language packs.", "homepage": "https://github.com/wp-cli/language-command", - "time": "2017-05-30T21:29:09+00:00" + "time": "2017-12-08T17:50:26+00:00" }, { "name": "wp-cli/media-command", - "version": "v1.0.3", + "version": "v1.1.4", "source": { "type": "git", "url": "https://github.com/wp-cli/media-command.git", - "reference": "dfa3b80a8d7fbc9fb90753d5bf59ba7efd541530" + "reference": "7f8664ba722505446b3ef3dbc6717e8e7f20265c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/media-command/zipball/dfa3b80a8d7fbc9fb90753d5bf59ba7efd541530", - "reference": "dfa3b80a8d7fbc9fb90753d5bf59ba7efd541530", + "url": "https://api.github.com/repos/wp-cli/media-command/zipball/7f8664ba722505446b3ef3dbc6717e8e7f20265c", + "reference": "7f8664ba722505446b3ef3dbc6717e8e7f20265c", "shasum": "" }, - "require": { - "wp-cli/wp-cli": "*" - }, "require-dev": { - "behat/behat": "~2.5" + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ + "media", "media import", - "media regenerate" - ], - "bundled": true + "media regenerate", + "media image-size" + ] }, "autoload": { "psr-4": { @@ -5980,9 +6333,9 @@ "homepage": "https://runcommand.io" } ], - "description": "Import and regenerate attachments.", + "description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.", "homepage": "https://github.com/wp-cli/media-command", - "time": "2017-06-16T08:49:06+00:00" + "time": "2018-01-29T02:17:56+00:00" }, { "name": "wp-cli/mustangostang-spyc", @@ -6034,38 +6387,39 @@ }, { "name": "wp-cli/package-command", - "version": "v1.0.1", + "version": "v1.0.11", "source": { "type": "git", "url": "https://github.com/wp-cli/package-command.git", - "reference": "1163c1e571388c73c54d68a5013c3817b6113dbf" + "reference": "b0f0e59a1d174c80bd11833b2f4a650d835d7a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/package-command/zipball/1163c1e571388c73c54d68a5013c3817b6113dbf", - "reference": "1163c1e571388c73c54d68a5013c3817b6113dbf", + "url": "https://api.github.com/repos/wp-cli/package-command/zipball/b0f0e59a1d174c80bd11833b2f4a650d835d7a29", + "reference": "b0f0e59a1d174c80bd11833b2f4a650d835d7a29", "shasum": "" }, "require": { - "composer/composer": "^1.2.0", - "wp-cli/wp-cli": "*" + "composer/composer": "^1.2.0" }, "require-dev": { - "behat/behat": "~2.5" + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ + "package", "package browse", "package install", "package list", "package update", "package uninstall" - ], - "bundled": true + ] }, "autoload": { "psr-4": { @@ -6086,22 +6440,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage WP-CLI packages.", + "description": "Lists, installs, and removes WP-CLI packages.", "homepage": "https://github.com/wp-cli/package-command", - "time": "2017-05-30T19:28:38+00:00" + "time": "2018-01-29T02:32:25+00:00" }, { "name": "wp-cli/php-cli-tools", - "version": "v0.11.4", + "version": "v0.11.8", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", - "reference": "2d2b582d79c935f790c4e49e74906859025ffeb3" + "reference": "363c75349f5dde561e0b416dd00f7aaa76fa2c27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/2d2b582d79c935f790c4e49e74906859025ffeb3", - "reference": "2d2b582d79c935f790c4e49e74906859025ffeb3", + "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/363c75349f5dde561e0b416dd00f7aaa76fa2c27", + "reference": "363c75349f5dde561e0b416dd00f7aaa76fa2c27", "shasum": "" }, "require": { @@ -6138,20 +6492,20 @@ "cli", "console" ], - "time": "2017-07-25T21:46:43+00:00" + "time": "2017-10-12T21:50:48+00:00" }, { "name": "wp-cli/rewrite-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/rewrite-command.git", - "reference": "fe4067a3d64359c171306bc7757ec333f409b8d1" + "reference": "6b1695887e289ffad14c8f4ea86b5f1d92757408" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/fe4067a3d64359c171306bc7757ec333f409b8d1", - "reference": "fe4067a3d64359c171306bc7757ec333f409b8d1", + "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6b1695887e289ffad14c8f4ea86b5f1d92757408", + "reference": "6b1695887e289ffad14c8f4ea86b5f1d92757408", "shasum": "" }, "require-dev": { @@ -6164,6 +6518,7 @@ "dev-master": "1.x-dev" }, "commands": [ + "rewrite", "rewrite flush", "rewrite list", "rewrite structure" @@ -6189,22 +6544,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage rewrite rules.", + "description": "Lists or flushes the site's rewrite rules, updates the permalink structure.", "homepage": "https://github.com/wp-cli/rewrite-command", - "time": "2017-05-30T19:40:20+00:00" + "time": "2017-12-08T17:51:04+00:00" }, { "name": "wp-cli/role-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/role-command.git", - "reference": "fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f" + "reference": "be7f8ea91922864d0c75e45953fbe41d44bebb25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/role-command/zipball/fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f", - "reference": "fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f", + "url": "https://api.github.com/repos/wp-cli/role-command/zipball/be7f8ea91922864d0c75e45953fbe41d44bebb25", + "reference": "be7f8ea91922864d0c75e45953fbe41d44bebb25", "shasum": "" }, "require-dev": { @@ -6217,11 +6572,13 @@ "dev-master": "1.x-dev" }, "commands": [ + "role", "role create", "role delete", "role exists", "role list", "role reset", + "cap", "cap add", "cap list", "cap remove" @@ -6247,44 +6604,45 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage user roles and capabilities.", + "description": "Adds, removes, lists, and resets roles and capabilities.", "homepage": "https://github.com/wp-cli/role-command", - "time": "2017-05-30T21:23:36+00:00" + "time": "2017-12-08T17:51:40+00:00" }, { "name": "wp-cli/scaffold-command", - "version": "v1.0.4", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/wp-cli/scaffold-command.git", - "reference": "8015b662c232565d86962894618e38b5e5d43de1" + "reference": "a7ef51b2abd88a2ecb17ecdf7aaad92da37d1eb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/8015b662c232565d86962894618e38b5e5d43de1", - "reference": "8015b662c232565d86962894618e38b5e5d43de1", + "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/a7ef51b2abd88a2ecb17ecdf7aaad92da37d1eb7", + "reference": "a7ef51b2abd88a2ecb17ecdf7aaad92da37d1eb7", "shasum": "" }, "require-dev": { "behat/behat": "~2.5", - "wp-cli/wp-cli": "*" + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ "scaffold", "scaffold _s", + "scaffold block", "scaffold child-theme", "scaffold plugin", "scaffold plugin-tests", "scaffold post-type", "scaffold taxonomy", "scaffold theme-tests" - ], - "bundled": true + ] }, "autoload": { "psr-4": { @@ -6305,44 +6663,41 @@ "homepage": "https://runcommand.io" } ], - "description": "Generate code for post types, taxonomies, plugins, child themes, etc.", + "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.", "homepage": "https://github.com/wp-cli/scaffold-command", - "time": "2017-05-30T21:18:58+00:00" + "time": "2018-01-29T02:29:34+00:00" }, { "name": "wp-cli/search-replace-command", - "version": "v1.0.2", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/wp-cli/search-replace-command.git", - "reference": "bb99b41e3b908f4256c8b7918118a96bb80c1bd6" + "reference": "c688e51b35bb87b26a3de308287d6a30cda78e44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/bb99b41e3b908f4256c8b7918118a96bb80c1bd6", - "reference": "bb99b41e3b908f4256c8b7918118a96bb80c1bd6", + "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/c688e51b35bb87b26a3de308287d6a30cda78e44", + "reference": "c688e51b35bb87b26a3de308287d6a30cda78e44", "shasum": "" }, - "require": { - "wp-cli/wp-cli": "*" - }, "require-dev": { - "behat/behat": "~2.5" + "behat/behat": "~2.5", + "wp-cli/wp-cli": "^1.5" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ "search-replace" - ], - "bundled": true + ] }, "autoload": { "psr-4": { - "": "src/", - "WP_CLI\\": "src/WP_CLI" + "": "src/" }, "files": [ "search-replace-command.php" @@ -6359,22 +6714,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Search/replace strings in the database.", + "description": "Searches/replaces strings in the database.", "homepage": "https://github.com/wp-cli/search-replace-command", - "time": "2017-06-28T19:27:14+00:00" + "time": "2018-01-29T06:27:32+00:00" }, { "name": "wp-cli/server-command", - "version": "v1.0.5", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/wp-cli/server-command.git", - "reference": "fb8f7e048b9d7a29d99e019c0a33a71542a856c9" + "reference": "6192e6d7becd07e4c11a8f1560655c73a3b3526a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/server-command/zipball/fb8f7e048b9d7a29d99e019c0a33a71542a856c9", - "reference": "fb8f7e048b9d7a29d99e019c0a33a71542a856c9", + "url": "https://api.github.com/repos/wp-cli/server-command/zipball/6192e6d7becd07e4c11a8f1560655c73a3b3526a", + "reference": "6192e6d7becd07e4c11a8f1560655c73a3b3526a", "shasum": "" }, "require": { @@ -6412,22 +6767,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Launch PHP's built-in web server for this specific WordPress installation.", + "description": "Launches PHP's built-in web server for a specific WordPress installation.", "homepage": "https://github.com/wp-cli/server-command", - "time": "2017-05-30T19:41:53+00:00" + "time": "2017-12-14T20:06:24+00:00" }, { "name": "wp-cli/shell-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/shell-command.git", - "reference": "827ccfe2eceda7a75e9b244e0044fb6f7aac52f5" + "reference": "507603a8994d984b6c4d5bd26e31ede6d9cce37e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/827ccfe2eceda7a75e9b244e0044fb6f7aac52f5", - "reference": "827ccfe2eceda7a75e9b244e0044fb6f7aac52f5", + "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/507603a8994d984b6c4d5bd26e31ede6d9cce37e", + "reference": "507603a8994d984b6c4d5bd26e31ede6d9cce37e", "shasum": "" }, "require": { @@ -6466,22 +6821,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Interactive PHP console.", + "description": "Opens an interactive PHP console for running and testing PHP code.", "homepage": "https://github.com/wp-cli/shell-command", - "time": "2017-05-30T19:43:29+00:00" + "time": "2017-12-08T16:03:53+00:00" }, { "name": "wp-cli/super-admin-command", - "version": "v1.0.1", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/super-admin-command.git", - "reference": "3dc1bfc6bef14e11ff33ef691892b1ad1610d128" + "reference": "2982d2e6514dbb318561d72d0577746a3a37181e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/3dc1bfc6bef14e11ff33ef691892b1ad1610d128", - "reference": "3dc1bfc6bef14e11ff33ef691892b1ad1610d128", + "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/2982d2e6514dbb318561d72d0577746a3a37181e", + "reference": "2982d2e6514dbb318561d72d0577746a3a37181e", "shasum": "" }, "require-dev": { @@ -6494,6 +6849,7 @@ "dev-master": "1.x-dev" }, "commands": [ + "super-admin", "super-admin add", "super-admin list", "super-admin remove" @@ -6519,22 +6875,22 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage super admins on WordPress multisite.", + "description": "Lists, adds, or removes super admin users on a multisite installation.", "homepage": "https://github.com/wp-cli/super-admin-command", - "time": "2017-05-30T19:44:45+00:00" + "time": "2017-12-08T17:43:53+00:00" }, { "name": "wp-cli/widget-command", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/widget-command.git", - "reference": "68b5955a7a18d568f69775decbd79ebfbe691d3e" + "reference": "657e0f77d80c892f8f72f90a3a25112c254386df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/68b5955a7a18d568f69775decbd79ebfbe691d3e", - "reference": "68b5955a7a18d568f69775decbd79ebfbe691d3e", + "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/657e0f77d80c892f8f72f90a3a25112c254386df", + "reference": "657e0f77d80c892f8f72f90a3a25112c254386df", "shasum": "" }, "require-dev": { @@ -6547,6 +6903,7 @@ "dev-master": "1.x-dev" }, "commands": [ + "widget", "widget add", "widget deactivate", "widget delete", @@ -6554,6 +6911,7 @@ "widget move", "widget reset", "widget update", + "sidebar", "sidebar list" ], "bundled": true @@ -6577,27 +6935,28 @@ "homepage": "https://runcommand.io" } ], - "description": "Manage widgets and sidebars.", + "description": "Adds, moves, and removes widgets; lists sidebars.", "homepage": "https://github.com/wp-cli/widget-command", - "time": "2017-05-30T21:14:12+00:00" + "time": "2017-12-08T17:45:57+00:00" }, { "name": "wp-cli/wp-cli", - "version": "v1.2.1", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "9a9b6a63e08e7827669677faa97312972c0f1da2" + "reference": "01d0ac3fe71f89f8ccba866151b982cc01a541bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/9a9b6a63e08e7827669677faa97312972c0f1da2", - "reference": "9a9b6a63e08e7827669677faa97312972c0f1da2", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/01d0ac3fe71f89f8ccba866151b982cc01a541bd", + "reference": "01d0ac3fe71f89f8ccba866151b982cc01a541bd", "shasum": "" }, "require": { "composer/composer": "^1.2.0", "composer/semver": "~1.0", + "justinrainbow/json-schema": "~5.2.5", "mustache/mustache": "~2.4", "php": ">=5.3.29", "ramsey/array_column": "~1.1", @@ -6612,13 +6971,14 @@ "symfony/process": "^2.1|^3.0", "symfony/translation": "^2.7|^3.0", "symfony/yaml": "^2.7|^3.0", - "wp-cli/autoload-splitter": "^0.1", + "wp-cli/autoload-splitter": "^0.1.5", "wp-cli/cache-command": "^1.0", "wp-cli/checksum-command": "^1.0", "wp-cli/config-command": "^1.0", "wp-cli/core-command": "^1.0", "wp-cli/cron-command": "^1.0", "wp-cli/db-command": "^1.0", + "wp-cli/embed-command": "^1.0", "wp-cli/entity-command": "^1.0", "wp-cli/eval-command": "^1.0", "wp-cli/export-command": "^1.0", @@ -6640,9 +7000,11 @@ }, "require-dev": { "behat/behat": "2.5.*", + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", "phpunit/phpunit": "3.7.*", - "pyrech/composer-changelogs": "dev-php53 as 1.5.1", - "roave/security-advisories": "dev-master" + "roave/security-advisories": "dev-master", + "wimg/php-compatibility": "^8.0", + "wp-coding-standards/wpcs": "^0.13.1" }, "suggest": { "psy/psysh": "Enhanced `wp shell` functionality" @@ -6653,6 +7015,9 @@ ], "type": "library", "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + }, "autoload-splitter": { "splitter-logic": "WP_CLI\\AutoloadSplitter", "splitter-location": "php/WP_CLI/AutoloadSplitter.php", @@ -6672,33 +7037,75 @@ "license": [ "MIT" ], - "description": "A command line interface for WordPress", - "homepage": "http://wp-cli.org", + "description": "The command line interface for WordPress", + "homepage": "https://wp-cli.org", "keywords": [ "cli", "wordpress" ], - "time": "2017-06-06T12:14:53+00:00" + "time": "2018-01-31T09:42:08+00:00" + }, + { + "name": "wp-cli/wp-config-transformer", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/wp-cli/wp-config-transformer.git", + "reference": "535007c241ea8425a8840cdb2fa0d395010a0f1c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/535007c241ea8425a8840cdb2fa0d395010a0f1c", + "reference": "535007c241ea8425a8840cdb2fa0d395010a0f1c", + "shasum": "" + }, + "require": { + "php": ">=5.3.29" + }, + "require-dev": { + "composer/composer": "^1.5.6", + "phpunit/phpunit": "^6.5.5", + "wp-coding-standards/wpcs": "^0.14.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/WPConfigTransformer.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frankie Jarrett", + "email": "fjarrett@gmail.com" + } + ], + "description": "Programmatically edit a wp-config.php file.", + "time": "2018-01-27T11:50:22+00:00" }, { "name": "wp-coding-standards/wpcs", - "version": "0.12.0", + "version": "0.14.0", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", - "reference": "300c15796584d6b63f31841daf674886303af573" + "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/300c15796584d6b63f31841daf674886303af573", - "reference": "300c15796584d6b63f31841daf674886303af573", + "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/8cadf48fa1c70b2381988e0a79e029e011a8f41c", + "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c", "shasum": "" }, "require": { - "squizlabs/php_codesniffer": "^2.9.0" + "php": ">=5.3", + "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "*" + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", @@ -6717,7 +7124,7 @@ "standards", "wordpress" ], - "time": "2017-07-20T20:11:03+00:00" + "time": "2017-11-01T15:10:46+00:00" }, { "name": "xamin/handlebars.php", @@ -6768,7 +7175,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 9f653e2..ff30781 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -20,6 +20,11 @@ PSR 2 and WordPress Coding Standards for Plugins + ./ + + + + *.js /build/* /lib/* /node_modules/* @@ -27,26 +32,28 @@ /tests/_data/* /tests/_output/* /vendor/* - /Gruntfile.js - /*.php + /wp-cloudflare-guard.php + - + + + @@ -69,24 +76,6 @@ - - - - - - - - - - - - - - - - - - @@ -95,6 +84,10 @@ + + */_bootstrap.php + + */_bootstrap.php @@ -103,6 +96,10 @@ */_bootstrap.php + + /tests/* + + /tests/* diff --git a/src/BadLogin/Admin.php b/src/BadLogin/Admin.php index d67325e..ff2483b 100644 --- a/src/BadLogin/Admin.php +++ b/src/BadLogin/Admin.php @@ -77,12 +77,12 @@ public function addSettingsSection(array $sections): array __('Bad Usernames', 'wp-cloudflare-guard') ); $badUsernames->getDecorator() - ->setDescription( - __( - 'You can define your own bad usernames here, separated by commas.', - 'wp-cloudflare-guard' - ) - ); + ->setDescription( + __( + 'You can define your own bad usernames here, separated by commas.', + 'wp-cloudflare-guard' + ) + ); $sections[] = new Section( 'wpcfg-bad-login', diff --git a/src/Cloudflare/Admin.php b/src/Cloudflare/Admin.php index f1764eb..e802dd2 100644 --- a/src/Cloudflare/Admin.php +++ b/src/Cloudflare/Admin.php @@ -79,12 +79,12 @@ public function addSettingsSection(array $sections): array __('Cloudflare Email', 'wp-cloudflare-guard') ); $email->getDecorator() - ->setDescription( - __( - 'The email address associated with your Cloudflare account.', - 'wp-cloudflare-guard' - ) - ); + ->setDescription( + __( + 'The email address associated with your Cloudflare account.', + 'wp-cloudflare-guard' + ) + ); $apiKey = new Text( 'wpcfg_cloudflare_api_key', @@ -97,17 +97,17 @@ public function addSettingsSection(array $sections): array 'https://support.cloudflare.com/hc/en-us/articles/200167836-Where-do-I-find-my-CloudFlare-API-key-' ) ); - $apiKey->getDecorator() - ->setDescription($apiKeyDesc); + $apiKey->getDecorator(); + $apiKey->setDescription($apiKeyDesc); $zoneId = new Text( 'wpcfg_cloudflare_zone_id', __('Zone ID', 'wp-cloudflare-guard') ); $zoneId->getDecorator() - ->setDescription( - __('Zone identifier for this domain', 'wp-cloudflare-guard') - ); + ->setDescription( + __('Zone identifier for this domain', 'wp-cloudflare-guard') + ); $sections[] = new Section( 'wpcfg-cloudflare', From a24c3849ff48aa62a290f298d1320039a0f5db90 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 6 Feb 2018 11:49:28 +0800 Subject: [PATCH 2/3] Update URL --- Gruntfile.js | 2 +- README.md | 12 ++++++------ README.txt | 18 +++++++++--------- composer.json | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4ffdde3..e786779 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ * @copyright 2017 Typist Tech * @license GPL-2.0+ * - * @see https://www.typist.tech/projects/wp-cloudflare-guard + * @see https://typist.tech/projects/wp-cloudflare-guard * @see https://wordpress.org/plugins/wp-cloudflare-guard/ */ diff --git a/README.md b/README.md index d59271d..2a680f5 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ [![PHP Versions Tested](http://php-eye.com/badge/typisttech/wp-cloudflare-guard/tested.svg)](https://travis-ci.org/TypistTech/wp-cloudflare-guard) [![StyleCI](https://styleci.io/repos/83855037/shield?branch=master)](https://styleci.io/repos/83855037) [![License](https://poser.pugx.org/typisttech/wp-cloudflare-guard/license)](https://packagist.org/packages/typisttech/wp-cloudflare-guard) -[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.typist.tech/donate/wp-cloudflare-guard/) -[![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-ff69b4.svg)](https://www.typist.tech/contact/) +[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://typist.tech/donate/wp-cloudflare-guard/) +[![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-ff69b4.svg)](https://typist.tech/contact/) Connecting WordPress with Cloudflare firewall, protect your WordPress site at DNS level. Automatically create firewall rules to block dangerous IPs @@ -121,13 +121,13 @@ The `nightly` branch is built by TravisCI whenever the `master` branch is update ## Support! -### Donate via PayPal [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.typist.tech/donate/wp-cloudflare-guard/) +### Donate via PayPal [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://typist.tech/donate/wp-cloudflare-guard/) -Love WP Cloudflare Guard? Help me maintain WP Cloudflare Guard, a [donation here](https://www.typist.tech/donate/wp-cloudflare-guard/) can help with it. +Love WP Cloudflare Guard? Help me maintain WP Cloudflare Guard, a [donation here](https://typist.tech/donate/wp-cloudflare-guard/) can help with it. ### Why don't you hire me? -Ready to take freelance WordPress jobs. Contact me via the contact form [here](https://www.typist.tech/contact/) or, via email [info@typist.tech](mailto:info@typist.tech) +Ready to take freelance WordPress jobs. Contact me via the contact form [here](https://typist.tech/contact/) or, via email [info@typist.tech](mailto:info@typist.tech) ### Want to help in other way? Want to be a sponsor? @@ -182,7 +182,7 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](./CODE_ ## Credits -[WP Cloudflare Guard](https://github.com/TypistTech/wp-cloudflare-guard) is a [Typist Tech](https://www.typist.tech) project and maintained by [Tang Rufus](https://twitter.com/Tangrufus), freelance developer for [hire](https://www.typist.tech/contact/). +[WP Cloudflare Guard](https://github.com/TypistTech/wp-cloudflare-guard) is a [Typist Tech](https://typist.tech) project and maintained by [Tang Rufus](https://twitter.com/Tangrufus), freelance developer for [hire](https://typist.tech/contact/). Full list of contributors can be found [here](https://github.com/TypistTech/wp-cloudflare-guard/graphs/contributors). diff --git a/README.txt b/README.txt index 46eeb2a..23da099 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ === WP Cloudflare Guard === Contributors: typisttech, tangrufus -Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/ +Donate link: https://typist.tech/donate/wp-cloudflare-guard/ Tags: cloudflare, firewall, security, spam Requires at least: 4.8.5 Requires PHP: 7.1.0 @@ -21,7 +21,7 @@ Connecting WordPress with Cloudflare firewall, protect your WordPress site at DN = Integrations (Coming soon as add-ons) = -* [iThemes Security](https://www.typist.tech/go/ithemes-security/) +* [iThemes Security](https://typist.tech/go/ithemes-security/) * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) * [WordPress Zero Spam](https://wordpress.org/plugins/zero-spam) @@ -41,11 +41,11 @@ At the time of writing, Cloudflare's [official plugin](https://wordpress.org/plu * You need a Cloudflare account (free plan is okay) * This plugin was not built by [Cloudflare, Inc](https://www.cloudflare.com/) -> If you like the plugin, feel free to [rate it](https://wordpress.org/support/plugin/wp-cloudflare-guard/reviews/#new-post) or [donate via PayPal](https://www.typist.tech/donate/wp-cloudflare-guard/). Thanks a lot! :) +> If you like the plugin, feel free to [rate it](https://wordpress.org/support/plugin/wp-cloudflare-guard/reviews/#new-post) or [donate via PayPal](https://typist.tech/donate/wp-cloudflare-guard/). Thanks a lot! :) = For Bloggers = -If you have written an article about `WP Cloudflare Guard`, do [let me know](https://www.typist.tech/contact/). For any questions, shoot me an email at [info@typist.tech](mailto:info@typist.tech) +If you have written an article about `WP Cloudflare Guard`, do [let me know](https://typist.tech/contact/). For any questions, shoot me an email at [info@typist.tech](mailto:info@typist.tech) = For Developers = @@ -54,7 +54,7 @@ WP Cloudflare Guard is open source and hosted on [GitHub](https://github.com/Typ = Who make this plugin? = [Tang Rufus](mailto:info@typist.tech), a freelance developer for hire. -I make [Typist Tech](https://www.typist.tech/) also. +I make [Typist Tech](https://typist.tech/) also. = Support = @@ -95,7 +95,7 @@ PHP 7 or later. = Is this plugin written by Cloudflare, Inc.? = No. -This plugin is a [Typist Tech](https://www.typist.tech) project. +This plugin is a [Typist Tech](https://typist.tech) project. = Can I install WP Cloudflare Guard, Sunny and Cloudflare's official plugin at the same time? = @@ -133,18 +133,18 @@ If you know what `GitHub` is, use [GitHub issues](https://github.com/Typisttech/ If you like the plugin, feel free to: * Give us a 5-star review on [WordPress.org](https://wordpress.org/support/plugin/wp-cloudflare-guard/reviews/#new-post) -* Donate via [PayPal](https://www.typist.tech/donate/wp-cloudflare-guard/). Thanks a lot! :) +* Donate via [PayPal](https://typist.tech/donate/wp-cloudflare-guard/). Thanks a lot! :) * Translate it at [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/wp-cloudflare-guard). Besides, `WP Cloudflare Guard` is open source and hosted on [GitHub](https://github.com/TypistTech/wp-cloudflare-guard). Feel free to make pull requests. -Last but not least, you can hire me. Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [contact form](https://www.typist.tech/contact/). +Last but not least, you can hire me. Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [contact form](https://typist.tech/contact/). = What if I want more? = Hire me! -Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [contact form](https://www.typist.tech/contact/). +Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [contact form](https://typist.tech/contact/). == Screenshots == diff --git a/composer.json b/composer.json index a60af84..f93decb 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ { "name": "Typist Tech", "email": "wp-cloudflare-guard@typist.tech", - "homepage": "https://www.typist.tech/" + "homepage": "https://typist.tech/" }, { "name": "Tang Rufus", "email": "tangrufus@gmail.com", - "homepage": "https://www.typist.tech/", + "homepage": "https://typist.tech/", "role": "Developer" } ], From c3bb4e167d783212f94215f5523c8f14a46218f8 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 6 Feb 2018 11:52:06 +0800 Subject: [PATCH 3/3] TravisCI: Update deployment config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 599a788..1da262e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ deploy: file: release/wp-cloudflare-guard.zip skip_cleanup: true on: - condition: "$WP_VERSION = nightly" + condition: "$WP_VERSION = latest" php: 7.1 tags: true repo: TypistTech/wp-cloudflare-guard