Skip to content

Commit

Permalink
Merge pull request #306 from azjezz/migration/psl
Browse files Browse the repository at this point in the history
replace `thecodingmachine/safe`, `webmozart/assert`, and `symfony/process` by `azjezz/psl`
  • Loading branch information
Ocramius authored May 19, 2021
2 parents 34d4cd8 + 3dad6d3 commit 85c6d21
Show file tree
Hide file tree
Showing 77 changed files with 1,763 additions and 1,695 deletions.
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

0 comments on commit 85c6d21

Please sign in to comment.