Browse Source

composer update

master
vincent 1 week ago
parent
commit
3fbd94c4b0
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      composer.lock

+ 6
- 6
composer.lock View File

@ -8609,16 +8609,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.70.0",
"version": "v3.70.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e"
"reference": "add1b3a05256392dbad63875240041b2c0349ceb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e",
"reference": "2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/add1b3a05256392dbad63875240041b2c0349ceb",
"reference": "add1b3a05256392dbad63875240041b2c0349ceb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8700,7 +8700,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.70.0"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.70.1"
}, },
"funding": [ "funding": [
{ {
@ -8708,7 +8708,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-22T23:30:51+00:00"
"time": "2025-03-01T22:05:46+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",


Loading…
Cancel
Save