Skip to content

Commit

Permalink
Fix: Return a list of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 22, 2025
1 parent 9231e7b commit 3c555c7
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 2,936 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@
},
"require": {
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
"phpunit/phpunit": "^9.0.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.45.0",
"ergebnis/license": "^2.6.0",
"ergebnis/php-cs-fixer-config": "^6.43.1",
"fakerphp/faker": "~1.20.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.11",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.1",
"phpstan/phpstan-strict-rules": "^1.6.1",
"psr/container": "~1.0.0",
"rector/rector": "^1.2.10"
Expand All @@ -61,7 +59,6 @@
"abandoned": "report"
},
"platform": {
"php": "7.4.33"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading

0 comments on commit 3c555c7

Please sign in to comment.