Skip to content

Commit

Permalink
feat: drop Safe (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Mar 23, 2024
1 parent c75301f commit 4baafde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@
"require": {
"php": "^8.2",
"league/construct-finder": "^1.2",
"phpunit/phpunit": "^10.1 || ^11",
"thecodingmachine/safe": "^2"
"phpunit/phpunit": "^10.1 || ^11"
},
"require-dev": {
"cdn77/coding-standard": "^7.0",
"infection/infection": "^0.28.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1",
"thecodingmachine/phpstan-safe-rule": "^1.0"
"phpstan/phpstan-strict-rules": "^1"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 4baafde

Please sign in to comment.