Skip to content

Commit

Permalink
Dev dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Mar 14, 2024
1 parent a42f46e commit d015a29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=7.4",
"laminas/laminas-escaper": "^2.9.0"
"laminas/laminas-escaper": "^2.12.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"php-coveralls/php-coveralls": "^2.0",
"rector/rector": "^0.18.0",
"rector/rector": "^1.0.0",
"vimeo/psalm": "^5.4"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Expand Up @@ -27,7 +27,7 @@
$containerConfigurator->import(SetList::TYPE_DECLARATION);

$containerConfigurator->skip([
\Rector\Php71\Rector\FuncCall\CountOnNullRector::class,
//\Rector\Php71\Rector\FuncCall\CountOnNullRector::class,
]);

// get parameters
Expand Down

0 comments on commit d015a29

Please sign in to comment.