Merge tag '2.1.0' into upstream
No related branches found
No related tags found
Showing
- .github/workflows/push.yml 223 additions, 0 deletions.github/workflows/push.yml
- .travis.yml 2 additions, 6 deletions.travis.yml
- Makefile 35 additions, 0 deletionsMakefile
- composer.json 0 additions, 1 deletioncomposer.json
- composer.lock 3 additions, 1161 deletionscomposer.lock
- phive.xml 2 additions, 2 deletionsphive.xml
- phpcs.xml.dist 11 additions, 0 deletionsphpcs.xml.dist
- phpstan.neon 2 additions, 0 deletionsphpstan.neon
- phpunit.xml.dist 1 addition, 1 deletionphpunit.xml.dist
- psalm.xml 14 additions, 0 deletionspsalm.xml
- src/Element.php 3 additions, 4 deletionssrc/Element.php
- src/File.php 4 additions, 5 deletionssrc/File.php
- src/Fqsen.php 19 additions, 11 deletionssrc/Fqsen.php
- src/Location.php 5 additions, 4 deletionssrc/Location.php
- src/Project.php 2 additions, 3 deletionssrc/Project.php
- src/ProjectFactory.php 2 additions, 5 deletionssrc/ProjectFactory.php
- tests/unit/FqsenTest.php 13 additions, 14 deletionstests/unit/FqsenTest.php
.github/workflows/push.yml
0 → 100644
Makefile
0 → 100644
... | ... | @@ -19,7 +19,6 @@ |
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
... | ... |
This diff is collapsed.
phpcs.xml.dist
0 → 100644
psalm.xml
0 → 100644
Please register or sign in to comment