+7
−8
+8
−5
+16
−13
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -4,21 +4,24 @@ | ||
"license": "BSD-3-Clause",
|
||
"type": "library",
|
||
"require": {
|
||
"php": ">= 7.1.3",
|
||
"ecphp/cas-lib": "1.1.*"
|
||
"php": ">= 8.0.2",
|
||
"ecphp/cas-lib": "^1"
|
||
},
|
||
"require-dev": {
|
||
"ext-pcov": "*",
|
||
"ecphp/php-conventions": "^1",
|
||
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
|
||
"infection/infection": "^0.13.6 || ^0.15.3 || ^0.23 || ^0.24",
|
||
"infection/phpspec-adapter": "^0.1.2",
|
||
"friends-of-phpspec/phpspec-code-coverage": "^6",
|
||
"infection/infection": "^0.26",
|
||
"infection/phpspec-adapter": "^0.2",
|
||
"monolog/monolog": "^1.0",
|
||
"nyholm/psr7": "^1.2.1",
|
||
"nyholm/psr7-server": "^0.4.1 || ^1.0.0",
|
||
"phpspec/phpspec": "^5.1.2 || ^6.2.1",
|
||
"phpstan/phpstan-strict-rules": "^0.12",
|
||
"symfony/cache": "^4.4 || ^5",
|
||
"symfony/http-client": "^4.4 || ^5"
|
||
"nyholm/psr7": "^1",
|
||
"nyholm/psr7-server": "^1.0",
|
||
"phpspec/phpspec": "^7",
|
||
"phpstan/phpstan-strict-rules": "^1",
|
||
"phpstan/phpstan-symfony": "^1.1",
|
||
"symfony/cache": "^6.0",
|
||
"symfony/http-client": "^6.0",
|
||
"symfony/security-core": "^6.0"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
| @@ -35,8 +38,8 @@ | ||
}
|
||
},
|
||
"scripts": {
|
||
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
|
||
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
|
||
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
|
||
"changelog-version": "auto-changelog -c .auto-changelog -v",
|
||
"grumphp": "./vendor/bin/grumphp run",
|
||
"phpinsights": "./vendor/bin/phpinsights analyse src/",
|
||
"phpspec": "./vendor/bin/phpspec run"
|
||
+5
−3
Loading