diff --git a/README.md b/README.md index e69de29..73709ba 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Testing diff --git a/composer.json b/composer.json index f05b6c5..695cc62 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "provision-ops/project-example", "require": { - "provision-ops/yaml-tests": "*", + "provision-ops/yaml-tests": "dev-master", "phpunit/phpunit": "^8.1", "squizlabs/php_codesniffer": "^3.4" }, diff --git a/composer.lock b/composer.lock index 8304c66..ea7c413 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0312692d3a2c7502af9bbef6b028bdae", + "content-hash": "4ff4583218fb6d6eef66dbb60296e8a4", "packages": [ { "name": "doctrine/instantiator", @@ -921,23 +921,23 @@ }, { "name": "provision-ops/yaml-tests", - "version": "1.0.1", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/provision-ops/yaml-tests.git", - "reference": "ceb8f576c0a20635a3bccb653864f0b57352b6ed" + "reference": "2882a7aaedbecdbebaf3d641b194919e6713baa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/provision-ops/yaml-tests/zipball/ceb8f576c0a20635a3bccb653864f0b57352b6ed", - "reference": "ceb8f576c0a20635a3bccb653864f0b57352b6ed", + "url": "https://api.github.com/repos/provision-ops/yaml-tests/zipball/2882a7aaedbecdbebaf3d641b194919e6713baa7", + "reference": "2882a7aaedbecdbebaf3d641b194919e6713baa7", "shasum": "" }, "require": { "composer-plugin-api": "^1.1", "ext-json": "^1.6", "knplabs/github-api": "~1.2", - "symfony/yaml": "^4.0", + "symfony/yaml": "^3.0", "teqneers/php-stream-wrapper-for-git": "^2.0" }, "require-dev": { @@ -963,7 +963,7 @@ } ], "description": "Plugin to run commands from a YML file and pass to GitHub commit status API.", - "time": "2019-05-23T17:40:28+00:00" + "time": "2019-05-23T19:50:17+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -1705,20 +1705,20 @@ }, { "name": "symfony/yaml", - "version": "v4.2.8", + "version": "v3.4.27", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1" + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1", - "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { @@ -1733,7 +1733,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -1760,7 +1760,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-03-30T15:58:42+00:00" + "time": "2019-03-25T07:48:46+00:00" }, { "name": "teqneers/php-stream-wrapper-for-git", @@ -1913,7 +1913,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "provision-ops/yaml-tests": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/tests.yml b/tests.yml index a89864c..1b7e00c 100644 --- a/tests.yml +++ b/tests.yml @@ -2,3 +2,6 @@ yaml-tests/phpunit: phpunit --version yaml-tests/phpcs: phpcs --standard=PSR2 -n src --colors yaml-tests/composer-install: command: "composer install --ansi" +CoolTest: + command: echo "YAAAAAAAAAAAS" + description: A very important and very cool test. \ No newline at end of file