add murph version in autoload file

This commit is contained in:
Simon Vieille 2022-03-14 10:02:25 +01:00
parent 32397751be
commit a713a4d263
2 changed files with 9 additions and 1 deletions

View file

@ -64,6 +64,9 @@
"autoload": {
"psr-4": {
"App\\Core\\": "src/core/"
}
},
"files": [
"src/core/autoload.php"
]
}
}

5
src/core/autoload.php Normal file
View file

@ -0,0 +1,5 @@
<?php
namespace App\Core;
define('MURPH_VERSION', 'v1.9.1');