Skip to content

Commit ac96999

Browse files
authored
Merge Release v2.x-automation-test
1 parent 2760781 commit ac96999

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

Tests/Unit/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

1414
use Micro\Framework\DependencyInjection\Container;
1515
use Micro\Framework\DependencyInjection\Exception\ServiceNotRegisteredException;

composer.json

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -13,12 +13,10 @@
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\\": "/"
@@ -28,34 +26,6 @@
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
}

0 commit comments

Comments
 (0)