summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-18 15:24:51 -0100
committerGitHub <noreply@github.com>2018-12-18 15:24:51 -0100
commit428c14d37e11cc88e487b60e1920078523d70314 (patch)
tree9a0d70947d7fa8b6862a8a7d9aad3f7065ab5619 /composer.lock
parent995d611060b6d38808bc1eefe44f29fcd562a050 (diff)
parent3f9309be145dee40dd2cd411f2881b0bb12b4344 (diff)
Merge branch 'master' into fill-follows-table
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock55
1 files changed, 52 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock
index 5bc891fc..83f63fdb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "02220c2a6087d409a5e53060ee20c47e",
+ "content-hash": "17d7e7fc4c9cdd0ddc5d6166607fce8f",
"packages": [
{
"name": "daita/my-small-php-tools",
@@ -43,7 +43,56 @@
"time": "2018-12-08T15:17:26+00:00"
}
],
- "packages-dev": [],
+ "packages-dev": [
+ {
+ "name": "jakub-onderka/php-parallel-lint",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
+ "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
+ "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "jakub-onderka/php-console-highlighter": "~0.3",
+ "nette/tester": "~1.3",
+ "squizlabs/php_codesniffer": "~2.7"
+ },
+ "suggest": {
+ "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
+ },
+ "bin": [
+ "parallel-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "./"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Jakub Onderka",
+ "email": "ahoj@jakubonderka.cz"
+ }
+ ],
+ "description": "This tool check syntax of PHP files about 20x faster than serial check.",
+ "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
+ "time": "2018-02-24T15:31:20+00:00"
+ }
+ ],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {