Skip to content

Commit

Permalink
Merge a2519be into b06074e
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Feb 28, 2023
2 parents b06074e + a2519be commit 9bc2ed6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']

name: CI PHP ${{ matrix.php-version }}

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sanmai/json-serializer",
"type": "library",
"description": "Flexible JSON Serializer",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Alexey Kopytko",
Expand All @@ -17,7 +17,6 @@
"doctrine/annotations": "^1.10.4",
"jms/serializer": "^3.9"
},
"conflict": {},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^2.16.4",
Expand All @@ -28,9 +27,7 @@
"phpunit/phpunit": "^9.4",
"vimeo/psalm": ">=3.0.16"
},
"config": {
"sort-packages": true
},
"conflict": {},
"autoload": {
"psr-4": {
"JSONSerializer\\": "src/"
Expand All @@ -40,5 +37,9 @@
"psr-4": {
"Tests\\JSONSerializer\\": "tests/"
}
},
"config": {
"allow-plugins": true,
"sort-packages": true
}
}

0 comments on commit 9bc2ed6

Please sign in to comment.