Skip to content
Snippets Groups Projects
Commit 26dc7129 authored by Mateusz Dworowy's avatar Mateusz Dworowy
Browse files

feat: crate plugin

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #448345 failed
.idea
{
"name": "mdworowy/xxx-hello-world",
"description": "Hello world package",
"type": "library",
"autoload": {
"psr-4": {
"HelloWorld\\": "src/"
}
},
"require": {
"php": ">=7.3"
},
"repositories": {
"wpdesk" : {
"type" : "composer",
"url" : "https://gitlab.wpdesk.dev/Dworowy/xxx-hello-world.git"
}
}
}
<?php
final class HelloWorld {
public static function printHello(): string {
return "Hello World!";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment