Commit 1ea4a4a6 authored by Alex Mateo's avatar Alex Mateo

Initial commit

parents
{
"name": "alex/hello-composer",
"description": "A simple hello world composer package",
"type": "project",
"authors": [
{
"name": "Alex Mateo",
"email": "amateo@farmadosis.com"
}
],
"require": {}
}
<?php
namespace vitalis\HelloWorld;
class Index
{
public function greet($greet = "Hello World")
{
return $greet;
}
}
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