Skip to content

Commit

Permalink
Merge pull request #39 from acelaya-forks/feature/drop-php-8.2
Browse files Browse the repository at this point in the history
Drop support for PHP 8.2
  • Loading branch information
acelaya authored Jan 15, 2025
2 parents eb51caf + eb2b05d commit 4a968f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.2', '8.3', '8.4']
php-version: ['8.3', '8.4']
command: ['cs', 'stan']
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* *Nothing*

### Removed
* *Nothing*
* Drop support for PHP 8.2

### Fixed
* *Nothing*
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"doctrine/data-fixtures": "^1.8",
"doctrine/orm": "^3.3",
"fig/http-message-util": "^1.1",
"guzzlehttp/guzzle": "^7.9",
"phpunit/php-code-coverage": "^11.0",
"phpunit/phpunit": "^11.4",
"phpunit/phpunit": "^11.5",
"psr/container": "^2.0 || ^1.0",
"psr/http-server-middleware": "^1.0",
"shlinkio/shlink-json": "^1.2",
"symfony/console": "^7.1",
"symfony/event-dispatcher": "^7.1",
"symfony/process": "^7.1"
"symfony/console": "^7.2",
"symfony/event-dispatcher": "^7.2",
"symfony/process": "^7.2"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"phpstan/phpstan": "^2.1",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.4.0"
},
Expand Down

0 comments on commit 4a968f8

Please sign in to comment.