Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 653be77

Browse files
committed
👌 improve composer setup
Signed-off-by: otengkwame <[email protected]>
1 parent 7238169 commit 653be77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"role": "Software Engineer"
1010
}],
1111
"require": {
12-
"php": ">=7.1"
12+
"php": ">=7.4"
1313
},
1414
"autoload": {
1515
"classmap": [
1616
"framework/"
1717
]
1818
},
19+
"exclude-from-classmap": [
20+
"framework/libraries/OldSessionWrapper.php"
21+
],
1922
"minimum-stability": "stable"
2023
}

0 commit comments

Comments
 (0)