feat(chore): update php to 8.2, update deps

This commit is contained in:
2023-12-16 23:39:31 +02:00
parent 852f850bc0
commit 2007436e22
3 changed files with 25 additions and 25 deletions

View File

@@ -2,10 +2,10 @@ name: Test & Build
on: on:
push: push:
branches: [ master ] branches: [master]
pull_request: pull_request:
release: release:
types: [ created ] types: [created]
jobs: jobs:
build-phar: build-phar:
@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [ "8.1" ] php: ["8.2"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -22,17 +22,17 @@
"source": "https://github.com/ivuorinen/branch-usage-checker" "source": "https://github.com/ivuorinen/branch-usage-checker"
}, },
"require": { "require": {
"php": ">=8.1", "php": "^8.2",
"guzzlehttp/guzzle": "^7.4", "guzzlehttp/guzzle": "^7",
"illuminate/http": "^10.0", "illuminate/http": "^10",
"laravel-zero/phar-updater": "^1.2", "laravel-zero/phar-updater": "^1.2",
"nunomaduro/termwind": "^1.3", "nunomaduro/termwind": "^1",
"spatie/data-transfer-object": "^3.7" "spatie/data-transfer-object": "^3.7"
}, },
"require-dev": { "require-dev": {
"ergebnis/composer-normalize": "^2.23", "ergebnis/composer-normalize": "^2",
"laravel-zero/framework": "^10.0", "laravel-zero/framework": "^10",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1",
"pestphp/pest": "^2", "pestphp/pest": "^2",
"roave/security-advisories": "dev-latest" "roave/security-advisories": "dev-latest"
}, },
@@ -61,7 +61,7 @@
}, },
"optimize-autoloader": true, "optimize-autoloader": true,
"platform": { "platform": {
"php": "8.1" "php": "8.2"
}, },
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true

28
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "650c9d121f33168b5420b986589bf0c3", "content-hash": "ca5d7bf5e8e56a3a2a6612f9b2fbccf6",
"packages": [ "packages": [
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@@ -3339,20 +3339,20 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.4.0", "version": "v7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809" "reference": "92bd2bfbba476d4a1838e5e12168bef2fd1e6620"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809", "url": "https://api.github.com/repos/symfony/string/zipball/92bd2bfbba476d4a1838e5e12168bef2fd1e6620",
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809", "reference": "92bd2bfbba476d4a1838e5e12168bef2fd1e6620",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0",
@@ -3362,11 +3362,11 @@
"symfony/translation-contracts": "<2.5" "symfony/translation-contracts": "<2.5"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^5.4|^6.0|^7.0", "symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0", "symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.2|^7.0", "symfony/intl": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3.0", "symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0|^7.0" "symfony/var-exporter": "^6.4|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -3405,7 +3405,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.4.0" "source": "https://github.com/symfony/string/tree/v7.0.0"
}, },
"funding": [ "funding": [
{ {
@@ -3421,7 +3421,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-28T20:41:49+00:00" "time": "2023-11-29T08:40:23+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@@ -9631,11 +9631,11 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=8.1" "php": "^8.2"
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "8.1" "php": "8.2"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }