update composer and fix bugs

This commit is contained in:
Dennis Eichhorn 2020-12-05 19:39:48 +01:00
parent 5b36b8e30d
commit 35f3d3ca51
2 changed files with 41 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "Orange-Management/jsOMS", "name": "orange-management/jsoms",
"description": "PHP Framework for Orange Management.", "description": "JS Framework for Orange Management.",
"authors": [ "authors": [
{ {
"name": "Dennis Eichhorn", "name": "Dennis Eichhorn",
@ -8,7 +8,7 @@
} }
], ],
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": ">=3.5",
"phpstan/phpstan": "^0.12.18" "phpstan/phpstan": ">=0.12.18"
} }
} }

50
composer.lock generated
View File

@ -1,24 +1,24 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "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" "This file is @generated automatically"
], ],
"content-hash": "8af87791382cfd074a7221f35b4678a2", "content-hash": "4ce7c76c79c9c0f3bec9ba8a81bc9a64",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.34", "version": "0.12.58",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7" "reference": "2a4847df6047b30af28854ed9dc95304cdb56ae5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad75388d71fb0b4a954f71a852fd989915a51cb7", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a4847df6047b30af28854ed9dc95304cdb56ae5",
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7", "reference": "2a4847df6047b30af28854ed9dc95304cdb56ae5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -47,20 +47,38 @@
"MIT" "MIT"
], ],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-07-30T15:31:10+00:00" "support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.58"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2020-11-29T13:32:03+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.5.5", "version": "3.5.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -98,7 +116,12 @@
"phpcs", "phpcs",
"standards" "standards"
], ],
"time": "2020-04-17T01:09:41+00:00" "support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2020-10-23T02:01:07+00:00"
} }
], ],
"aliases": [], "aliases": [],
@ -107,5 +130,6 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "2.0.0"
} }