switch to php composer

This commit is contained in:
2026-07-22 12:55:08 +02:00
parent 151bc70775
commit 01b22f9c2d
16 changed files with 128 additions and 25 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "elixforms-web-pages/pages",
"description": "Custom web pages PHP per elixForms",
"license": "proprietary",
"require": {
"php": ">=8.0"
},
"autoload": {
"psr-4": {
"ElixForms\\Common\\": "php/common/"
}
}
}