diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 234d15a..fc4be45 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -2,10 +2,10 @@ name: Test & Build on: push: - branches: [ master ] + branches: [master] pull_request: release: - types: [ created ] + types: [created] jobs: build-phar: @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ "8.1" ] + php: ["8.2"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index 09c4511..45cf47b 100644 --- a/composer.json +++ b/composer.json @@ -22,17 +22,17 @@ "source": "https://github.com/ivuorinen/branch-usage-checker" }, "require": { - "php": ">=8.1", - "guzzlehttp/guzzle": "^7.4", - "illuminate/http": "^10.0", + "php": "^8.2", + "guzzlehttp/guzzle": "^7", + "illuminate/http": "^10", "laravel-zero/phar-updater": "^1.2", - "nunomaduro/termwind": "^1.3", + "nunomaduro/termwind": "^1", "spatie/data-transfer-object": "^3.7" }, "require-dev": { - "ergebnis/composer-normalize": "^2.23", - "laravel-zero/framework": "^10.0", - "mockery/mockery": "^1.4.4", + "ergebnis/composer-normalize": "^2", + "laravel-zero/framework": "^10", + "mockery/mockery": "^1", "pestphp/pest": "^2", "roave/security-advisories": "dev-latest" }, @@ -61,7 +61,7 @@ }, "optimize-autoloader": true, "platform": { - "php": "8.1" + "php": "8.2" }, "preferred-install": "dist", "sort-packages": true diff --git a/composer.lock b/composer.lock index 584f407..ee8157f 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "650c9d121f33168b5420b986589bf0c3", + "content-hash": "ca5d7bf5e8e56a3a2a6612f9b2fbccf6", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -3339,20 +3339,20 @@ }, { "name": "symfony/string", - "version": "v6.4.0", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809" + "reference": "92bd2bfbba476d4a1838e5e12168bef2fd1e6620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809", - "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809", + "url": "https://api.github.com/repos/symfony/string/zipball/92bd2bfbba476d4a1838e5e12168bef2fd1e6620", + "reference": "92bd2bfbba476d4a1838e5e12168bef2fd1e6620", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", @@ -3362,11 +3362,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/intl": "^6.2|^7.0", + "symfony/error-handler": "^6.4|^7.0", + "symfony/http-client": "^6.4|^7.0", + "symfony/intl": "^6.4|^7.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", "autoload": { @@ -3405,7 +3405,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.0" + "source": "https://github.com/symfony/string/tree/v7.0.0" }, "funding": [ { @@ -3421,7 +3421,7 @@ "type": "tidelift" } ], - "time": "2023-11-28T20:41:49+00:00" + "time": "2023-11-29T08:40:23+00:00" }, { "name": "symfony/translation", @@ -9631,11 +9631,11 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=8.1" + "php": "^8.2" }, "platform-dev": [], "platform-overrides": { - "php": "8.1" + "php": "8.2" }, "plugin-api-version": "2.6.0" }