Commit f79140c5 authored by Alex Mateo's avatar Alex Mateo

Fix autoload

parent aba51d59
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
} }
], ],
"minimum-stability": "dev", "minimum-stability": "dev",
"autoload": {
"psr-4": {"amateo\\HelloTest\\": "src/"}
},
"require": { "require": {
"php": ">=7.4.13" "php": ">=7.4.13"
}, },
......
<?php <?php
namespace vitalis\HelloWorld; namespace amateo\HelloTest;
class Index class Index
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment
GitLab Appliance - Powered by TurnKey Linux