pest: 2.34.2 -> 2.34.4

Diff: https://github.com/pestphp/pest/compare/v2.34.2...v2.34.4
This commit is contained in:
Patka 2024-03-15 19:25:00 +01:00
parent d36401b320
commit a1d002bff9
No known key found for this signature in database
2 changed files with 25 additions and 31 deletions

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "886ef4e19557e54720685cf5af4bfcba", "content-hash": "3334c385a76e74a9e5a3cc6af8daed8e",
"packages": [ "packages": [
{ {
"name": "brianium/paratest", "name": "brianium/paratest",
@ -1437,16 +1437,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "10.5.12", "version": "10.5.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b" "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/41a9886b85ac7bf3929853baf96b95361cd69d2b", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
"reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b", "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1518,7 +1518,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.12" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.13"
}, },
"funding": [ "funding": [
{ {
@ -1534,7 +1534,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-09T12:04:07+00:00" "time": "2024-03-12T15:37:41+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -3787,16 +3787,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.60", "version": "1.10.62",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe" "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
"reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe", "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3845,7 +3845,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-07T13:30:19+00:00" "time": "2024-03-13T12:27:20+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",
@ -4220,29 +4220,22 @@
}, },
{ {
"name": "tomasvotruba/type-coverage", "name": "tomasvotruba/type-coverage",
"version": "0.2.3", "version": "0.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TomasVotruba/type-coverage.git", "url": "https://github.com/TomasVotruba/type-coverage.git",
"reference": "213ef9cfcdcb1472c5e1a1d7c3c99d39347433f7" "reference": "47f75151c3b3c4e040e0c68d9bba47597bf5ad6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TomasVotruba/type-coverage/zipball/213ef9cfcdcb1472c5e1a1d7c3c99d39347433f7", "url": "https://api.github.com/repos/TomasVotruba/type-coverage/zipball/47f75151c3b3c4e040e0c68d9bba47597bf5ad6f",
"reference": "213ef9cfcdcb1472c5e1a1d7c3c99d39347433f7", "reference": "47f75151c3b3c4e040e0c68d9bba47597bf5ad6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.2", "nette/utils": "^3.2 || ^4.0",
"phpstan/phpstan": "^1.10.60" "php": "^7.2 || ^8.0",
}, "phpstan/phpstan": "^1.9.3"
"require-dev": {
"phpstan/extension-installer": "^1.3",
"phpunit/phpunit": "^10.5",
"rector/rector": "^1.0.2",
"symplify/easy-coding-standard": "^12.1",
"tomasvotruba/unused-public": "^0.2",
"tracy/tracy": "^2.10"
}, },
"type": "phpstan-extension", "type": "phpstan-extension",
"extra": { "extra": {
@ -4268,7 +4261,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/TomasVotruba/type-coverage/issues", "issues": "https://github.com/TomasVotruba/type-coverage/issues",
"source": "https://github.com/TomasVotruba/type-coverage/tree/0.2.3" "source": "https://github.com/TomasVotruba/type-coverage/tree/0.2.4"
}, },
"funding": [ "funding": [
{ {
@ -4280,7 +4273,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-08T18:25:10+00:00" "time": "2024-03-15T11:34:50+00:00"
} }
], ],
"aliases": [], "aliases": [],

View File

@ -2,17 +2,18 @@
php.buildComposerProject (finalAttrs: { php.buildComposerProject (finalAttrs: {
pname = "pest"; pname = "pest";
version = "2.34.2"; version = "2.34.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pestphp"; owner = "pestphp";
repo = "pest"; repo = "pest";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-tVNF2oC/fLnX10ER9qmWJxMQ/RU9UUQtEi7b1xe094o="; hash = "sha256-/Ygm/jb08t+0EG4KHM2utAavka28VzmjVU/uXODMFvI=";
}; };
composerLock = ./composer.lock; composerLock = ./composer.lock;
vendorHash = "sha256-bFwIRcCqeWcsFsD6wFD+XNe3IMGE3hMg7AU7XaqwtT4=";
vendorHash = "sha256-RDTmNfXD8Lk50i7dY09JNUgg8hcEM0dtwJnh8UpHgQ4=";
meta = { meta = {
changelog = "https://github.com/pestphp/pest/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/pestphp/pest/releases/tag/v${finalAttrs.version}";