Skip to content

Commit f55b0f2

Browse files
committed
removed composer dependence on another libraries
1 parent 7e314b9 commit f55b0f2

16 files changed

+319
-763
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313
],
1414
"require": {
1515
"php": "^7.4",
16-
"ext-mbstring": "*",
17-
"symfony/property-access": "^5.1",
18-
"doctrine/annotations": "^1.10"
16+
"ext-mbstring": "*"
1917
},
2018
"require-dev": {
21-
"phpunit/phpunit": ">=6.0 <8.0",
22-
"vladahejda/phpunit-assert-exception": "^1.3"
19+
"phpunit/phpunit": ">=6.0 <8.0"
2320
},
2421
"autoload": {
2522
"psr-4": {

0 commit comments

Comments
 (0)