Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Janko Richter committed Dec 12, 2024
1 parent 14d9770 commit c08078f
Show file tree
Hide file tree
Showing 15 changed files with 494 additions and 401 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
php: [8.2]
php: [8.3]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build:
image: default-bionic
environment:
php:
version: "8.2"
version: "8.3"
ini:
memory_limit: "-1"
pecl_extensions:
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
}
},
"require": {
"php": "^8.2"
"php": "^8.3"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0",
"jetbrains/phpstorm-stubs": "^2022.3",
"mnsami/composer-custom-directory-installer": "^2",
"mockery/mockery": "^1.1",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11",
"st-universe/assets": "dev-master"
},
"config": {
Expand Down
Loading

0 comments on commit c08078f

Please sign in to comment.