diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..fc426ef --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,10 @@ +on: + push: + branches: + - main + +name: CI + +jobs: + release: + uses: mindkomm/workflows/.github/workflows/release.yml@main diff --git a/composer.json b/composer.json index a21c2e4..f656e1f 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "description": "Collection of link helper functions for WordPress themes", "license": "MIT", "require": { - "php": ">=7.0.0" + "php": ">=7.0.0" }, "autoload": { - "files": [ - "autoload.php" - ] + "files": [ + "autoload.php" + ] }, "authors": [ { @@ -17,5 +17,10 @@ "email": "lukas.gaechter@mind.ch", "homepage": "https://www.mind.ch" } - ] -} + ], + "minimum-stability": "dev", + "prefer-stable": true, + "require-dev": { + "mindkomm/qa": "^0.4.1" + } +} \ No newline at end of file