We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50638de commit e32c518Copy full SHA for e32c518
2 files changed
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: shivammathur/setup-php@v2
23
with:
24
php-version: ${{ env.PHP_VERSION }}
25
- extensions: bcmath
26
tools: composer:2
27
28
- name: Validate composer.json
@@ -52,7 +51,6 @@ jobs:
52
51
53
54
55
56
57
58
- name: Download vendor artifact from build
@@ -77,7 +75,6 @@ jobs:
77
75
78
76
79
80
81
82
83
composer.json
@@ -45,7 +45,7 @@
45
},
46
"require": {
47
"php": "^8.5",
48
- "tiny-blocks/mapper": "1.4.*"
+ "tiny-blocks/mapper": "^2.0"
49
50
"require-dev": {
"phpunit/phpunit": "^11.5",
0 commit comments