Update used packages to their latest versions

This commit is contained in:
DariusIII
2022-01-12 12:28:33 +01:00
parent f28ac5468e
commit f63e56352a
Generated
+19 -23
View File
@@ -1994,32 +1994,28 @@
},
{
"name": "doctrine/lexer",
"version": "1.2.1",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
@@ -2054,7 +2050,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
"source": "https://github.com/doctrine/lexer/tree/1.2.2"
},
"funding": [
{
@@ -2070,7 +2066,7 @@
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00"
"time": "2022-01-12T08:27:12+00:00"
},
{
"name": "dragonmantank/cron-expression",
@@ -8155,16 +8151,16 @@
},
{
"name": "smarty/smarty",
"version": "v4.0.0",
"version": "v4.0.3",
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
"reference": "baebd59bb4da9fca89da382811b38c8313949c49"
"reference": "f707dadecbc145bac40f77f47595f32ec18eed01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/baebd59bb4da9fca89da382811b38c8313949c49",
"reference": "baebd59bb4da9fca89da382811b38c8313949c49",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/f707dadecbc145bac40f77f47595f32ec18eed01",
"reference": "f707dadecbc145bac40f77f47595f32ec18eed01",
"shasum": ""
},
"require": {
@@ -8208,16 +8204,16 @@
}
],
"description": "Smarty - the compiling PHP template engine",
"homepage": "https://www.smarty.net",
"homepage": "https://smarty-php.github.io/smarty/",
"keywords": [
"templating"
],
"support": {
"forum": "https://www.smarty.net/forums/",
"forum": "https://github.com/smarty-php/smarty/discussions",
"issues": "https://github.com/smarty-php/smarty/issues",
"source": "https://github.com/smarty-php/smarty/tree/v4.0.0"
"source": "https://github.com/smarty-php/smarty/tree/v4.0.3"
},
"time": "2021-11-25T21:18:25+00:00"
"time": "2022-01-10T09:52:14+00:00"
},
{
"name": "spatie/async",