update libs

This commit is contained in:
Jon Goldberg 2023-05-29 18:19:44 -04:00
parent d9ef87e999
commit b2de878240
No known key found for this signature in database
GPG Key ID: C2D2247364F9DB13

151
composer.lock generated
View File

@ -8,27 +8,31 @@
"packages": [ "packages": [
{ {
"name": "azuyalabs/yasumi", "name": "azuyalabs/yasumi",
"version": "2.2.0", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/azuyalabs/yasumi.git", "url": "https://github.com/azuyalabs/yasumi.git",
"reference": "87cde7fd22e3e6e3ace9830b145b6a77338757e6" "reference": "a73f198d796100c237adf94f3fca1d15eb82b22b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/azuyalabs/yasumi/zipball/87cde7fd22e3e6e3ace9830b145b6a77338757e6", "url": "https://api.github.com/repos/azuyalabs/yasumi/zipball/a73f198d796100c237adf94f3fca1d15eb82b22b",
"reference": "87cde7fd22e3e6e3ace9830b145b6a77338757e6", "reference": "a73f198d796100c237adf94f3fca1d15eb82b22b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": ">=7.1" "php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.14", "ext-intl": "*",
"fzaninotto/faker": "~1.8", "friendsofphp/php-cs-fixer": "^2.19 || ^3.16",
"mikey179/vfsstream": "~1.6", "infection/infection": "^0.17 || ^0.26",
"phpunit/phpunit": "~8.4" "mikey179/vfsstream": "^1.6",
"phan/phan": "^5.4",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.5 || ^9.6",
"vimeo/psalm": "^5.9"
}, },
"suggest": { "suggest": {
"ext-calendar": "For calculating the date of Easter" "ext-calendar": "For calculating the date of Easter"
@ -46,10 +50,12 @@
"authors": [ "authors": [
{ {
"name": "Sacha Telgenhof", "name": "Sacha Telgenhof",
"email": "me@sachatelgenhof.com" "email": "me@sachatelgenhof.com",
"role": "Maintainer"
} }
], ],
"description": "Yasumi is an easy PHP Library for calculating national holidays.", "description": "The easy PHP Library for calculating holidays.",
"homepage": "https://www.yasumi.dev",
"keywords": [ "keywords": [
"Bank", "Bank",
"calculation", "calculation",
@ -61,33 +67,48 @@
"national", "national",
"time" "time"
], ],
"time": "2019-10-06T03:09:18+00:00" "support": {
"docs": "https://www.yasumi.dev",
"issues": "https://github.com/azuyalabs/yasumi/issues",
"source": "https://github.com/azuyalabs/yasumi"
},
"funding": [
{
"url": "https://www.buymeacoffee.com/sachatelgenhof",
"type": "other"
}
],
"time": "2023-04-26T15:35:45+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",
"version": "1.7.3", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/php-option.git", "url": "https://github.com/schmittjoh/php-option.git",
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae" "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae", "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9 || ^7.0 || ^8.0" "php": "^7.2.5 || ^8.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.3", "bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0" "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": { "branch-alias": {
"dev-master": "1.7-dev" "dev-master": "1.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -102,11 +123,13 @@
"authors": [ "authors": [
{ {
"name": "Johannes M. Schmitt", "name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com" "email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
}, },
{ {
"name": "Graham Campbell", "name": "Graham Campbell",
"email": "graham@alt-three.com" "email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
} }
], ],
"description": "Option Type for PHP", "description": "Option Type for PHP",
@ -116,24 +139,41 @@
"php", "php",
"type" "type"
], ],
"time": "2020-03-21T18:07:53+00:00" "support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2023-02-25T19:38:58+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.15.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
}, },
"suggest": { "suggest": {
"ext-ctype": "For best performance" "ext-ctype": "For best performance"
@ -141,16 +181,20 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.15-dev" "dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -174,6 +218,9 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -188,32 +235,32 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-02-27T09:26:54+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v4.1.5", "version": "v4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1" "reference": "67a491df68208bef8c37092db11fa3885008efcf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/539bb6927c101a5605d31d11a2d17185a2ce2bf1", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67a491df68208bef8c37092db11fa3885008efcf",
"reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1", "reference": "67a491df68208bef8c37092db11fa3885008efcf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9 || ^7.0 || ^8.0", "php": "^5.5.9 || ^7.0 || ^8.0",
"phpoption/phpoption": "^1.7.2", "phpoption/phpoption": "^1.7.3",
"symfony/polyfill-ctype": "^1.9" "symfony/polyfill-ctype": "^1.17"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.3", "bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*", "ext-filter": "*",
"ext-pcre": "*", "ext-pcre": "*",
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0" "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.30"
}, },
"suggest": { "suggest": {
"ext-filter": "Required to use the boolean validator.", "ext-filter": "Required to use the boolean validator.",
@ -221,8 +268,12 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": { "branch-alias": {
"dev-master": "4.1-dev" "dev-master": "4.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -237,13 +288,13 @@
"authors": [ "authors": [
{ {
"name": "Graham Campbell", "name": "Graham Campbell",
"email": "graham@alt-three.com", "email": "hello@gjcampbell.co.uk",
"homepage": "https://gjcampbell.co.uk/" "homepage": "https://github.com/GrahamCampbell"
}, },
{ {
"name": "Vance Lucas", "name": "Vance Lucas",
"email": "vance@vancelucas.com", "email": "vance@vancelucas.com",
"homepage": "https://vancelucas.com/" "homepage": "https://github.com/vlucas"
} }
], ],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
@ -252,6 +303,10 @@
"env", "env",
"environment" "environment"
], ],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v4.3.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/GrahamCampbell", "url": "https://github.com/GrahamCampbell",
@ -262,7 +317,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-02T14:08:57+00:00" "time": "2022-10-16T00:51:09+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -273,5 +328,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "1.1.0" "plugin-api-version": "2.3.0"
} }