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

50
composer.lock generated
View File

@ -1,24 +1,24 @@
{
"_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": "8af87791382cfd074a7221f35b4678a2",
"content-hash": "4ce7c76c79c9c0f3bec9ba8a81bc9a64",
"packages": [],
"packages-dev": [
{
"name": "phpstan/phpstan",
"version": "0.12.34",
"version": "0.12.58",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7"
"reference": "2a4847df6047b30af28854ed9dc95304cdb56ae5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad75388d71fb0b4a954f71a852fd989915a51cb7",
"reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a4847df6047b30af28854ed9dc95304cdb56ae5",
"reference": "2a4847df6047b30af28854ed9dc95304cdb56ae5",
"shasum": ""
},
"require": {
@ -47,20 +47,38 @@
"MIT"
],
"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",
"version": "3.5.5",
"version": "3.5.8",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
"shasum": ""
},
"require": {
@ -98,7 +116,12 @@
"phpcs",
"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": [],
@ -107,5 +130,6 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "2.0.0"
}