bump versions and set php83 as new target

This commit is contained in:
lubiana 2024-02-03 01:07:15 +01:00
parent f30fbd3758
commit 8c90c27762
6 changed files with 34 additions and 29 deletions

18
composer.lock generated
View file

@ -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": "a2ee536230b7262151afd736f0600119",
"content-hash": "da852e748b3a7adc9b558b097386ff95",
"packages": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
@ -195,16 +195,16 @@
},
{
"name": "rector/rector",
"version": "0.19.2",
"version": "0.19.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903"
"reference": "89c895d127b9d248d2af007068a824b5348ef81f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/89c895d127b9d248d2af007068a824b5348ef81f",
"reference": "89c895d127b9d248d2af007068a824b5348ef81f",
"shasum": ""
},
"require": {
@ -239,7 +239,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.19.2"
"source": "https://github.com/rectorphp/rector/tree/0.19.5"
},
"funding": [
{
@ -247,7 +247,7 @@
"type": "github"
}
],
"time": "2024-01-19T10:58:30+00:00"
"time": "2024-01-29T23:53:47+00:00"
},
{
"name": "slevomat/coding-standard",
@ -459,7 +459,9 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": "^8.3"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
}