Skip to content

Commit

Permalink
upgrade to PHP 8.3 and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngabor84 committed Oct 4, 2024
1 parent 6ff86e4 commit fa564ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.1', '8.2' ]
php-versions: [ '8.3', '8.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli-alpine
FROM php:8.3-cli-alpine

RUN curl -Ss https://getcomposer.org/installer | php && \
mv composer.phar /usr/bin/composer
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
}
],
"require": {
"php": "^8.1",
"firebase/php-jwt": "^v6.5",
"illuminate/support": "^v10.13",
"symfony/http-foundation": "^v6.3",
"symfony/http-kernel": "^v6.3",
"php": "^8.2",
"firebase/php-jwt": "^v6.10",
"illuminate/support": "^v11.26",
"symfony/http-foundation": "^v7.1",
"symfony/http-kernel": "^v7.1",
"emartech/escher": "^4.0",
"ext-json": "*"
},
"require-dev": {
"laravel/framework": "^v10.13",
"laravel/lumen-framework": "^10.0",
"phpunit/phpunit": "^10.2",
"orchestra/testbench": "^v8.5"
"laravel/framework": "^v11.26",
"laravel/lumen-framework": "^11.0",
"phpunit/phpunit": "^11.3",
"orchestra/testbench": "^v9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fa564ee

Please sign in to comment.