diff --git a/composer.json b/composer.json index 07c6fba..095e81b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,10 @@ "php": "^8.0" }, "require-dev": { - "mindplay/testies": "^1.0" + "mindplay/testies": "^1.1.2" + }, + "scripts": { + "test": "php test/test.php" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 784c812..986e2d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,34 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c0bf33f1736d31d395daa26832b357b2", + "content-hash": "b281e570e08f200971368698ff0dd7b4", "packages": [], "packages-dev": [ { "name": "mindplay/testies", - "version": "1.0.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/mindplay-dk/testies.git", - "reference": "6501bc0ec4599948ee83284aa926538af839de50" + "reference": "c06cf38d3cf3d363e52419b48bd6cd218ebfb822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mindplay-dk/testies/zipball/6501bc0ec4599948ee83284aa926538af839de50", - "reference": "6501bc0ec4599948ee83284aa926538af839de50", + "url": "https://api.github.com/repos/mindplay-dk/testies/zipball/c06cf38d3cf3d363e52419b48bd6cd218ebfb822", + "reference": "c06cf38d3cf3d363e52419b48bd6cd218ebfb822", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^8.0" }, "require-dev": { - "guzzlehttp/guzzle": "^6.3.3", - "phpunit/php-code-coverage": "^9.2.5" + "mindplay/readable": "^1.2", + "nyholm/psr7": "^1.8", + "phpunit/php-code-coverage": "^9 || ^10 || ^11", + "zaphyr-org/http-client": "^1.0" }, "suggest": { - "phpunit/php-code-coverage": "^9.2.5" + "phpunit/php-code-coverage": "^9 || ^10 || ^11" }, "type": "library", "autoload": { @@ -53,9 +55,9 @@ "description": "Yeah, testies: a lightweight library for quick, simple unit-testing", "support": { "issues": "https://github.com/mindplay-dk/testies/issues", - "source": "https://github.com/mindplay-dk/testies/tree/1.0.0" + "source": "https://github.com/mindplay-dk/testies/tree/1.1.2" }, - "time": "2021-02-25T09:50:25+00:00" + "time": "2024-03-10T15:15:26+00:00" } ], "aliases": [], @@ -64,8 +66,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0" + "php": "^8.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.6.0" }