-
- Downloads
New upstream version 3.0.0
No related branches found
No related tags found
Showing
- .github/workflows/ci.yml 35 additions, 44 deletions.github/workflows/ci.yml
- .gitignore 3 additions, 3 deletions.gitignore
- .phive/phars.xml 3 additions, 3 deletions.phive/phars.xml
- .php-cs-fixer.dist.php 112 additions, 15 deletions.php-cs-fixer.dist.php
- .psalm/baseline.xml 9 additions, 0 deletions.psalm/baseline.xml
- .psalm/config.xml 15 additions, 0 deletions.psalm/config.xml
- ChangeLog.md 7 additions, 0 deletionsChangeLog.md
- LICENSE 21 additions, 25 deletionsLICENSE
- README.md 4 additions, 2 deletionsREADME.md
- SECURITY.md 9 additions, 0 deletionsSECURITY.md
- build.xml 0 additions, 4 deletionsbuild.xml
- composer.json 5 additions, 5 deletionscomposer.json
- phpunit.xml 7 additions, 7 deletionsphpunit.xml
- psalm.xml 0 additions, 55 deletionspsalm.xml
- src/Wizard.php 9 additions, 20 deletionssrc/Wizard.php
- tests/WizardTest.php 6 additions, 11 deletionstests/WizardTest.php
.psalm/baseline.xml
0 → 100644
.psalm/config.xml
0 → 100644
SECURITY.md
0 → 100644
... | ... | @@ -9,19 +9,19 @@ |
"email": "sebastian@phpunit.de" | ||
} | ||
], | ||
"prefer-stable": true, | ||
"config": { | ||
"platform": { | ||
"php": "7.3.0" | ||
"php": "8.1.0" | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true | ||
}, | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=7.3" | ||
"php": ">=8.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.3" | ||
"phpunit/phpunit": "^10.0" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
... | ... | @@ -30,7 +30,7 @@ |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.0-dev" | ||
"dev-main": "3.0-dev" | ||
} | ||
} | ||
} |
psalm.xml
deleted
100644 → 0
Please register or sign in to comment