We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426897 commit 43a5d2bCopy full SHA for 43a5d2b
1 file changed
composer.json
@@ -16,9 +16,9 @@
16
],
17
"require": {
18
"php": ">=7.0.0",
19
- "symfony/config": "^2.3|^3.0|^4",
20
- "symfony/translation": "^2.3|^3.0|^4",
21
- "symfony/yaml": "^2.3|^3.0|^4"
+ "symfony/config": "^2.3|^3.0|^4|^5",
+ "symfony/translation": "^2.3|^3.0|^4|^5",
+ "symfony/yaml": "^2.3|^3.0|^4|^5"
22
},
23
"require-dev": {
24
"thunderer/shortcode": "^0.7",
@@ -31,7 +31,11 @@
31
32
"autoload": {
33
"psr-4": {
34
- "": "src",
+ "": "src/"
35
+ }
36
+ },
37
+ "autoload-dev": {
38
+ "psr-4": {
39
"Coduo\\PHPHumanizer\\Tests\\": "tests/"
40
}
41
0 commit comments