mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Change tool dependencies to "dev" type
This commit is contained in:
parent
2fa2799b64
commit
9e1087914c
8 changed files with 16 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^2.8"
|
"friendsofphp/php-cs-fixer": "^2.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
6
vendor-bin/csfixer/composer.lock
generated
6
vendor-bin/csfixer/composer.lock
generated
|
@ -4,8 +4,9 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "3fb53f1e3b4dd21c4d1e88c3ffd570ca",
|
"content-hash": "dec0bf343ea4650da0303df8dfb2ab40",
|
||||||
"packages": [
|
"packages": [],
|
||||||
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "composer/semver",
|
"name": "composer/semver",
|
||||||
"version": "1.5.1",
|
"version": "1.5.1",
|
||||||
|
@ -1372,7 +1373,6 @@
|
||||||
"time": "2019-11-18T17:27:11+00:00"
|
"time": "2019-11-18T17:27:11+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require-dev": {
|
||||||
"daux/daux.io": "^0.11"
|
"daux/daux.io": "^0.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
6
vendor-bin/daux/composer.lock
generated
6
vendor-bin/daux/composer.lock
generated
|
@ -4,8 +4,9 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6d944ffdc165b3e6f14e71a82b67a57d",
|
"content-hash": "c1f427736a854f73400b9e527724a254",
|
||||||
"packages": [
|
"packages": [],
|
||||||
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "daux/daux.io",
|
"name": "daux/daux.io",
|
||||||
"version": "0.11.1",
|
"version": "0.11.1",
|
||||||
|
@ -1557,7 +1558,6 @@
|
||||||
"time": "2018-03-20T13:36:33+00:00"
|
"time": "2018-03-20T13:36:33+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.0",
|
"phpunit/phpunit": "^8.0",
|
||||||
"dms/phpunit-arraysubset-asserts": "^0.1",
|
"dms/phpunit-arraysubset-asserts": "^0.1",
|
||||||
"phake/phake": "^3.0",
|
"phake/phake": "^3.0",
|
||||||
|
|
6
vendor-bin/phpunit/composer.lock
generated
6
vendor-bin/phpunit/composer.lock
generated
|
@ -4,8 +4,9 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "1b9c1eee014ebc012eb65b77de64c784",
|
"content-hash": "af132f4314b7e577912ffde57af60aab",
|
||||||
"packages": [
|
"packages": [],
|
||||||
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "clue/arguments",
|
"name": "clue/arguments",
|
||||||
"version": "v2.0.0",
|
"version": "v2.0.0",
|
||||||
|
@ -1811,7 +1812,6 @@
|
||||||
"time": "2015-12-17T08:42:14+00:00"
|
"time": "2015-12-17T08:42:14+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require-dev": {
|
||||||
"consolidation/robo": "^1.1",
|
"consolidation/robo": "^1.1",
|
||||||
"pear/archive_tar": "^1.4",
|
"pear/archive_tar": "^1.4",
|
||||||
"symfony/process": "^3.0"
|
"symfony/process": "^3.0"
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
6
vendor-bin/robo/composer.lock
generated
6
vendor-bin/robo/composer.lock
generated
|
@ -4,8 +4,9 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d95cf402fed434140db8ae87c3c8bf32",
|
"content-hash": "a4e3a5e9da2703b2a1acc144e941a4ac",
|
||||||
"packages": [
|
"packages": [],
|
||||||
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "consolidation/annotated-command",
|
"name": "consolidation/annotated-command",
|
||||||
"version": "2.12.0",
|
"version": "2.12.0",
|
||||||
|
@ -1737,7 +1738,6 @@
|
||||||
"time": "2019-12-10T10:33:21+00:00"
|
"time": "2019-12-10T10:33:21+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
Loading…
Reference in a new issue