Skip to content

Commit 4044f75

Browse files
authored
Merge pull request #11 from 8fold/update-dependencies
Update dependencies and project
2 parents 63fcd0d + 484ce9b commit 4044f75

6 files changed

+409
-1416
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
"php": "^8.0",
1414
"league/commonmark": "^2.0",
1515
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0",
16-
"8fold/commonmark-abbreviations": "^1.2 || ^2.0",
16+
"8fold/commonmark-abbreviations": "^1.2 || ^2.1",
1717
"8fold/commonmark-accessible-heading-permalinks": "^0.0.1"
1818
},
1919
"require-dev": {
20-
"squizlabs/php_codesniffer": "^3.6",
21-
"phpstan/phpstan": "^0.12",
22-
"pestphp/pest": "^1.20",
23-
"psr/log": "^1.0.1"
20+
"phpstan/phpstan": "^1.2.0",
21+
"phpunit/phpunit": "^9.5",
22+
"squizlabs/php_codesniffer": "^3.6"
2423
},
2524
"autoload": {
2625
"psr-4": {
@@ -29,6 +28,7 @@
2928
},
3029
"autoload-dev": {
3130
"psr-4": {
31+
"Eightfold\\Markdown\\Tests\\": "./tests/"
3232
}
3333
},
3434
"config": {
@@ -40,6 +40,6 @@
4040
"production": ["@style", "@stan", "@test"],
4141
"style": "./vendor/bin/phpcs --standard=phpcs.xml -p ./src",
4242
"stan": "./vendor/bin/phpstan analyze",
43-
"test": "./vendor/bin/pest"
43+
"test": "./vendor/bin/phpunit"
4444
}
4545
}

0 commit comments

Comments
 (0)