-
- Downloads
6.2.2 (22/11/2024)
------------------ - [Fix] Retrait de la dépendance à laminas/file, obsolète
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- composer.json 0 additions, 1 deletioncomposer.json
- src/ClassFileLocator.php 200 additions, 0 deletionssrc/ClassFileLocator.php
- src/PhpClassFile.php 68 additions, 0 deletionssrc/PhpClassFile.php
- src/Service/IntrospectionService.php 2 additions, 1 deletionsrc/Service/IntrospectionService.php
... | ... | @@ -4,7 +4,6 @@ |
"require" : { | ||
"laminas/laminas-developer-tools": "^2.8", | ||
"easybook/geshi" : ">=1.0", | ||
"laminas/laminas-file" : "^2.12", | ||
"symfony/console" : "^6.0|^7.0" | ||
}, | ||
"autoload": { | ||
... | ... |
src/ClassFileLocator.php
0 → 100644
src/PhpClassFile.php
0 → 100644
Please register or sign in to comment