Skip to content

Commit e32c518

Browse files
authored
Release/1.15.0 (#38)
1 parent 50638de commit e32c518

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: ${{ env.PHP_VERSION }}
25-
extensions: bcmath
2625
tools: composer:2
2726

2827
- name: Validate composer.json
@@ -52,7 +51,6 @@ jobs:
5251
uses: shivammathur/setup-php@v2
5352
with:
5453
php-version: ${{ env.PHP_VERSION }}
55-
extensions: bcmath
5654
tools: composer:2
5755

5856
- name: Download vendor artifact from build
@@ -77,7 +75,6 @@ jobs:
7775
uses: shivammathur/setup-php@v2
7876
with:
7977
php-version: ${{ env.PHP_VERSION }}
80-
extensions: bcmath
8178
tools: composer:2
8279

8380
- name: Download vendor artifact from build

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"require": {
4747
"php": "^8.5",
48-
"tiny-blocks/mapper": "1.4.*"
48+
"tiny-blocks/mapper": "^2.0"
4949
},
5050
"require-dev": {
5151
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)