Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace thecodingmachine/safe, webmozart/assert, and symfony/process by azjezz/psl #306

Merged
merged 12 commits into from
May 19, 2021
1 change: 0 additions & 1 deletion bin/roave-backward-compatibility-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

foreach ($autoloaderLocations as $autoload) {
if (file_exists($autoload)) {
/** @noinspection PhpIncludeInspection */
require_once $autoload;

return;
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"require": {
"php": "^7.4.7",
"ext-json": "*",
"azjezz/psl": "^1.6.1",
"composer/composer": "^2.0",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^1.11.0",
"roave/better-reflection": "^4.9.0",
"symfony/console": "^5.2.6",
"symfony/process": "^5.2.4",
"thecodingmachine/safe": "^1.3.3",
"webmozart/assert": "^1.9.1"
"symfony/console": "^5.2.6"
},
"license": "MIT",
"authors": [
Expand All @@ -27,10 +25,11 @@
"require-dev": {
"doctrine/coding-standard": "^8.2.0",
"infection/infection": "^0.16.4",
"phpunit/phpunit": "^9.2.6",
"php-standard-library/psalm-plugin": "^1.1",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.6.0",
"vimeo/psalm": "^3.12.2"
"vimeo/psalm": "^4.7.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading