mirror of
https://github.com/Thavarshan/fetch-php.git
synced 2025-01-16 14:18:15 +01:00
Update PHP version in workflows and composer.json; adjust dependencies
This commit is contained in:
parent
375ab25e6b
commit
83a8cbe1de
2
.github/workflows/laravel-pint.yml
vendored
2
.github/workflows/laravel-pint.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [8.3]
|
||||
php: [8.4]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [8.3, 8.2]
|
||||
php: [8.2, 8.3, 8.4]
|
||||
laravel: [9.*, 10.*, 11.*]
|
||||
stability: [prefer-stable]
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jerome/fetch-php",
|
||||
"description": "The JavaScript fetch API for PHP.",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
@ -24,11 +24,11 @@
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"php": "^8.0",
|
||||
"guzzlehttp/guzzle": "^7.9",
|
||||
"guzzlehttp/psr7": "^2.7",
|
||||
"psr/http-message": "^1.0|^2.0",
|
||||
"jerome/matrix": "^1.0"
|
||||
"jerome/matrix": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.64",
|
||||
@ -36,7 +36,7 @@
|
||||
"pestphp/pest": "^2.0|^3.0",
|
||||
"phpstan/phpstan": "^1.11.5",
|
||||
"squizlabs/php_codesniffer": "^3.7",
|
||||
"symfony/var-dumper": "^6.0|^7.1"
|
||||
"symfony/var-dumper": "^6.0|^7.2"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user