File tree Expand file tree Collapse file tree 2 files changed +3
-33
lines changed Expand file tree Collapse file tree 2 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Micro \Framework \DependencyInjection \Tests ;
12+ namespace Micro \Framework \DependencyInjection \Tests \ Unit ;
1313
1414use Micro \Framework \DependencyInjection \Container ;
1515use Micro \Framework \DependencyInjection \Exception \ServiceNotRegisteredException ;
Original file line number Diff line number Diff line change 22 "name" : " micro/dependency-injection" ,
33 "description" : " Dependency injection service container" ,
44 "license" : " MIT" ,
5- "type" : " micro- library" ,
5+ "type" : " library" ,
66 "authors" : [
77 {
88 "name" : " Stanislau.Komar" ,
1313 "php" : " ^8.2" ,
1414 "psr/container" : " ^2.0"
1515 },
16- "require-dev" : {
17- "ergebnis/composer-normalize" : " ^2.29"
18- },
1916 "suggest" : {
2017 "micro/autowire" : " Autowire helper for dependency injection"
2118 },
19+ "minimum-stability" : " dev" ,
2220 "autoload" : {
2321 "psr-4" : {
2422 "Micro\\ Framework\\ DependencyInjection\\ " : " /"
2826 ]
2927 },
3028 "config" : {
31- "allow-plugins" : {
32- "ergebnis/composer-normalize" : true
33- },
3429 "sort-packages" : true
35- },
36- "extra" : {
37- "branch-alias" : {
38- "dev-master" : " 1.x-dev"
39- }
40- },
41- "scripts" : {
42- "coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text" ,
43- "coverage-html" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html ./test-coverage-report" ,
44- "php-cs-fix" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --using-cache=no" ,
45- "php-cs-try" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no" ,
46- "phpstan" : " ./vendor/bin/phpstan analyze --no-progress" ,
47- "phpunit" : " ./vendor/bin/phpunit" ,
48- "psalm" : " ./vendor/bin/psalm --no-progress --show-info=true" ,
49- "statics" : [
50- " @phpstan" ,
51- " @psalm" ,
52- " @php-cs-try"
53- ],
54- "test" : [
55- " @statics" ,
56- " composer validate --strict" ,
57- " composer normalize" ,
58- " @coverage"
59- ]
6030 }
6131}
You can’t perform that action at this time.
0 commit comments