diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6048c4d..513319d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.3', '8.4'] + php-versions: ['8.4', '8.5'] dependency-versions: ['lowest', 'highest'] runs-on: ubuntu-latest steps: diff --git a/composer.json b/composer.json index 47571b8..701f222 100644 --- a/composer.json +++ b/composer.json @@ -1,42 +1,42 @@ -{ - "name": "assoconnect/linxo-client", - "repositories": [ - { - "type": "git", - "url": "https://github.com/assoconnect/linxo-client/" - } - ], - "type": "library", - "description": "PHP Client for the Linxo API", - "keywords": ["php", "linxo"], - "homepage": "https://github.com/assoconnect/linxo-client/", - "license": "MIT", - "autoload": { - "psr-4": { - "AssoConnect\\LinxoClient\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "AssoConnect\\LinxoClient\\Tests\\": "tests/" - } - }, - "require": { - "php": "^8.3", - "league/oauth2-client": "^2.6", - "guzzlehttp/guzzle": "^7.4", - "koriym/http-constants": "^1.2", - "ext-json": "*", - "moneyphp/money": "^3.3|^4.0", - "assoconnect/php-date": "^2.2", - "symfony/translation": "^7.0" - }, - "require-dev": { - "assoconnect/php-quality-config": "^2.2" - }, - "config": { - "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true - } - } -} +{ + "name": "assoconnect/linxo-client", + "repositories": [ + { + "type": "git", + "url": "https://github.com/assoconnect/linxo-client/" + } + ], + "type": "library", + "description": "PHP Client for the Linxo API", + "keywords": ["php", "linxo"], + "homepage": "https://github.com/assoconnect/linxo-client/", + "license": "MIT", + "autoload": { + "psr-4": { + "AssoConnect\\LinxoClient\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "AssoConnect\\LinxoClient\\Tests\\": "tests/" + } + }, + "require": { + "php": "^8.4", + "league/oauth2-client": "^2.6", + "guzzlehttp/guzzle": "^7.4", + "koriym/http-constants": "^1.2", + "ext-json": "*", + "moneyphp/money": "^3.3|^4.0", + "assoconnect/php-date": "^2.2", + "symfony/translation": "^7.0" + }, + "require-dev": { + "assoconnect/php-quality-config": "^2.2" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + } +}