preparing the composer package

This commit is contained in:
Jordy van Zeeland 2024-08-16 16:01:18 +02:00
parent 48405dca3f
commit 9a2bdd093b
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{
"name": "sealandia/core",
"description": "Core elements for the Sealandia framework",
"license": "MIT",
"autoload": {
"psr-4": {
"Core\\": "src/Core"
@ -13,5 +15,7 @@
],
"require": {
"php": ">=8.0"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}