New upstream version 4.0.5
No related branches found
No related tags found
Showing
- .github/workflows/ci.yml 29 additions, 37 deletions.github/workflows/ci.yml
- .gitignore 1 addition, 1 deletion.gitignore
- .phive/phars.xml 3 additions, 3 deletions.phive/phars.xml
- .php-cs-fixer.dist.php 95 additions, 11 deletions.php-cs-fixer.dist.php
- .psalm/baseline.xml 5 additions, 1 deletion.psalm/baseline.xml
- .psalm/config.xml 0 additions, 1 deletion.psalm/config.xml
- ChangeLog.md 7 additions, 0 deletionsChangeLog.md
- LICENSE 1 addition, 1 deletionLICENSE
- build.xml 0 additions, 4 deletionsbuild.xml
- composer.json 1 addition, 1 deletioncomposer.json
- src/Context.php 9 additions, 4 deletionssrc/Context.php
- src/Exception.php 1 addition, 1 deletionsrc/Exception.php
- src/InvalidArgumentException.php 1 addition, 1 deletionsrc/InvalidArgumentException.php
- tests/ContextTest.php 1 addition, 1 deletiontests/ContextTest.php
{ | ||
"name": "sebastian/recursion-context", | ||
"description": "Provides functionality to recursively process PHP variables", | ||
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", | ||
"homepage": "https://github.com/sebastianbergmann/recursion-context", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
... | ... |
Please register or sign in to comment