Remove the old engine PSR autoload path

This commit is contained in:
Alex Tselegidis 2023-03-13 08:33:45 +01:00
parent 7be4c73e4e
commit bd32be0e29

View file

@ -27,11 +27,6 @@
"services"
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"EA\\Engine\\": "engine/"
}
},
"require": {
"php": ">=8.0",
"ext-curl": "*",