diff --git a/composer.json b/composer.json index 0d537bc..36e18c3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "prefer-stable": true, "require": { "php": "^8.0", - "php-etl/bucket-contracts": "^0.1.0@dev" + "php-etl/bucket-contracts": "^0.1.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 2c50440..d5663a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7f69568dd0ab1f50082566ca56dc9fad", + "content-hash": "531971fe7c5aad03987e09897f68f850", "packages": [ { "name": "php-etl/bucket-contracts", - "version": "dev-master", + "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/php-etl/bucket-contracts.git", - "reference": "e538bcba3db35c2d0adb85ad8449444e0481f02e" + "reference": "b5d682329b7f8ff66e0987f75fad190607c10ddf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/e538bcba3db35c2d0adb85ad8449444e0481f02e", - "reference": "e538bcba3db35c2d0adb85ad8449444e0481f02e", + "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/b5d682329b7f8ff66e0987f75fad190607c10ddf", + "reference": "b5d682329b7f8ff66e0987f75fad190607c10ddf", "shasum": "" }, "require": { @@ -26,7 +26,6 @@ "require-dev": { "phpstan/phpstan": "0.12.x-dev" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -55,9 +54,9 @@ "description": "This library describes contracts for the data-interchange buckets.", "support": { "issues": "https://github.com/php-etl/bucket-contracts/issues", - "source": "https://github.com/php-etl/bucket-contracts/tree/master" + "source": "https://github.com/php-etl/bucket-contracts/tree/v0.1.0" }, - "time": "2021-06-28T21:40:35+00:00" + "time": "2021-09-25T16:53:47+00:00" } ], "packages-dev": [ @@ -3672,7 +3671,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "php-etl/bucket-contracts": 20, "friends-of-phpspec/phpspec-code-coverage": 20 }, "prefer-stable": true,