Skip to content
Snippets Groups Projects
Select Git revision
  • 10e0ce5a0b75b1548ef1bc275540bde49da851bf
  • master default protected
  • bugfix/vendor-excluded
  • feature/phpcs-editorconfig
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.8
  • 1.2.7
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.1.0-beta1
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta8
  • 1.0.0-beta7
  • 1.0.0-beta6
  • 1.0.0-beta5
24 results

LICENSE.md

Blame
  • This project is licensed under the MIT License. Learn more
    composer.json 503 B
    {
      "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"
        }
      },
      "extra": {
        "text-domain": "mdworowy-hello-world",
        "translations-folder": "lang",
        "po-files": {
          "pl_PL": "pl_PL.po"
        }
      }
    }