Skip to content

Commit 08a537e

Browse files
authored
v1.7.1.1 Micro testing tool (#18)
1 parent d45afde commit 08a537e

File tree

6 files changed

+6
-89
lines changed

6 files changed

+6
-89
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ test-coverage-report
88
phpunit.xml
99
.php-cs-fixer.php
1010
phpstan.neon
11+
psalm.xml
1112
tests/Unit/var

.php-cs-fixer.dist.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
"php": "^8.2",
1414
"psr/container": "^2"
1515
},
16-
"require-dev": {
17-
"ergebnis/composer-normalize": "^2",
18-
"friendsofphp/php-cs-fixer": "^3",
19-
"phpstan/phpstan": "^2",
20-
"phpunit/php-code-coverage": "^10 || ^11 || ^12",
21-
"phpunit/phpunit": "^10 || ^11 || ^12",
22-
"vimeo/psalm": "^6"
23-
},
2416
"suggest": {
2517
"micro/autowire": "Autowire helper for dependency injection"
2618
},
@@ -36,7 +28,8 @@
3628
},
3729
"config": {
3830
"allow-plugins": {
39-
"ergebnis/composer-normalize": true
31+
"ergebnis/composer-normalize": true,
32+
"micro/testing-tool": true
4033
},
4134
"sort-packages": true
4235
},
@@ -64,5 +57,8 @@
6457
"composer normalize",
6558
"@coverage"
6659
]
60+
},
61+
"require-dev": {
62+
"micro/testing-tool": "^1.7"
6763
}
6864
}

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 0 additions & 23 deletions
This file was deleted.

psalm.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)