Skip to content

Commit

Permalink
Merge pull request #170 from jtl-software/update_php82
Browse files Browse the repository at this point in the history
EA-5554: Update to PHP82
  • Loading branch information
sleipi authored Nov 29, 2023
2 parents 45646fd + e4a3bbe commit c647a37
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 739 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"
steps:
- name: "Install PHP"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/build/
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
.php-cs-fixer.cache
/.phpunit.cache/test-results
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "jtl-library",
"license": "MIT",
"require-dev": {
"php": "^8.0",
"phpunit/phpunit": "^9.6",
"php": "^8.2",
"friendsofphp/php-cs-fixer": "^3.40",
"infection/infection": "^0.27.8",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.25",
"infection/infection": "^0.26"
"phpunit/phpunit": "^10.4"
},
"autoload": {
"psr-4": {
Expand All @@ -21,9 +21,6 @@
}
},
"config": {
"platform": {
"php": "8.0"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down
Loading

0 comments on commit c647a37

Please sign in to comment.