Skip to content

Commit

Permalink
Added compatibility declaration for Mapper 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Nov 25, 2024
1 parent 6f51f1c commit faac86a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
php:
- 8.1
- 8.2
- 8.3
- 8.4
dependencies:
- hi
- lo

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -35,7 +37,7 @@ jobs:

- name: Cache dependencies
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: php-${{ matrix.php }}-${{ matrix.dependencies }}-${{ hashFiles('composer.json') }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

MappingTransformer
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum-stability": "beta",
"require": {
"php": "^8.1",
"scriptfusion/mapper": "^1|^2",
"scriptfusion/mapper": "^1|^2|^3",
"scriptfusion/porter": "^7"
},
"require-dev": {
Expand Down

0 comments on commit faac86a

Please sign in to comment.