Skip to content

Commit 94a3145

Browse files
committed
minor #25 Use PSR-4 for autoload and remove support PHP >=7.2.5 (maxhelias)
This PR was merged into the 1.2-dev branch. Discussion ---------- Use PSR-4 for autoload and remove support PHP >=7.2.5 Commits ------- 776433e Use PSR-4 for autoload and remove support PHP >=7.2.5
2 parents 03c69ea + 776433e commit 94a3145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0"
13+
"php": ">=7.2.5"
1414
},
1515
"require-dev": {
1616
"twig/twig": "^2.4 || ^3.0"
@@ -22,7 +22,7 @@
2222
"twig/twig": "< 2.4.0"
2323
},
2424
"autoload": {
25-
"psr-0": { "SensioLabs\\AnsiConverter": "." }
25+
"psr-4": { "SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter" }
2626
},
2727
"extra": {
2828
"branch-alias": {

0 commit comments

Comments
 (0)