Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-05-02T14:41:10+03:00

Commit: 
https://github.com/php/web-php/commit/e0788717b7bf4596d91b42a6133309ac18f234a7
Raw diff: 
https://github.com/php/web-php/commit/e0788717b7bf4596d91b42a6133309ac18f234a7.diff

composer(deps-dev): bump phpunit/phpunit from 11.1.2 to 11.1.3 (#984)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 
11.1.2 to 11.1.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- 
[Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.1.3/ChangeLog-11.1.md)
- 
[Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.2...11.1.3)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supp...@github.com>
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

Changed paths:
  M  composer.json
  M  composer.lock


Diff:

diff --git a/composer.json b/composer.json
index b7cc3c8150..742d330c4c 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
     "require-dev": {
         "ext-curl": "*",
         "friendsofphp/php-cs-fixer": "^3.54.0",
-        "phpunit/phpunit": "^11.1.2"
+        "phpunit/phpunit": "^11.1.3"
     },
     "autoload": {
         "psr-4": {
diff --git a/composer.lock b/composer.lock
index fb7c3ddc49..997c0fdb50 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": "015810116551a8cca44529f87ac3a6da",
+    "content-hash": "8ed60c19d37002f671a03ff2d9b04502",
     "packages": [],
     "packages-dev": [
         {
@@ -878,16 +878,16 @@
         },
         {
             "name": "phpunit/phpunit",
-            "version": "11.1.2",
+            "version": "11.1.3",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/phpunit.git";,
-                "reference": "51e342a0bc987e0ea8418105d0711f08ae116de3"
+                "reference": "d475be032238173ca3b0a516f5cc291d174708ae"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/phpunit/zipball/51e342a0bc987e0ea8418105d0711f08ae116de3";,
-                "reference": "51e342a0bc987e0ea8418105d0711f08ae116de3",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae";,
+                "reference": "d475be032238173ca3b0a516f5cc291d174708ae",
                 "shasum": ""
             },
             "require": {
@@ -958,7 +958,7 @@
             "support": {
                 "issues": 
"https://github.com/sebastianbergmann/phpunit/issues";,
                 "security": 
"https://github.com/sebastianbergmann/phpunit/security/policy";,
-                "source": 
"https://github.com/sebastianbergmann/phpunit/tree/11.1.2";
+                "source": 
"https://github.com/sebastianbergmann/phpunit/tree/11.1.3";
             },
             "funding": [
                 {
@@ -974,7 +974,7 @@
                     "type": "tidelift"
                 }
             ],
-            "time": "2024-04-14T07:13:56+00:00"
+            "time": "2024-04-24T06:34:25+00:00"
         },
         {
             "name": "psr/container",

Reply via email to