Skip to content

Commit 748039d

Browse files
authored
chore(ds): require ext-ds v1 (#89)
1 parent ddc699e commit 748039d

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
php-version: "${{ matrix.php-version }}"
3636
coverage: "pcov"
37-
extensions: "ds, mbstring"
37+
extensions: "ds-1.8.0, mbstring"
3838
ini-values: "zend.assertions=1"
3939

4040
- name: "Install dependencies with Composer"

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
php-version: "8.4"
2323
coverage: "none"
24-
extensions: "ds, mbstring"
24+
extensions: "ds-1.8.0, mbstring"
2525
tools: "cs2pr"
2626

2727
- name: "Install dependencies with Composer"
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
php-version: "8.4"
4545
coverage: "none"
46-
extensions: "ds, mbstring"
46+
extensions: "ds-1.8.0, mbstring"
4747
tools: "cs2pr"
4848

4949
- name: "Install dependencies with Composer"

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
php-version: "8.4"
2424
coverage: "pcov"
25-
extensions: "ds, mbstring"
25+
extensions: "ds-1.8.0, mbstring"
2626
tools: "cs2pr"
2727

2828
- name: "Install dependencies with Composer"

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
php-version: "8.4"
2323
coverage: "none"
24-
extensions: "ds, mbstring"
24+
extensions: "ds-1.8.0, mbstring"
2525
tools: "cs2pr"
2626

2727
- name: "Install dependencies with Composer"
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
php-version: "8.4"
4545
coverage: "none"
46-
extensions: "ds, mbstring"
46+
extensions: "ds-1.8.0, mbstring"
4747
tools: "cs2pr"
4848

4949
- name: "Install dependencies with Composer"

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
],
2121
"require": {
2222
"php": "^8.4",
23-
"ext-ds": "*"
23+
"ext-ds": "^1"
2424
},
2525
"require-dev": {
2626
"cdn77/coding-standard": "^7.0",
2727
"ergebnis/composer-normalize": "^2.23",
2828
"infection/infection": "^0.32.0",
29-
"php-ds/php-ds": "^2.0",
3029
"phpstan/extension-installer": "^1.1",
3130
"phpstan/phpstan": "^2.0",
3231
"phpstan/phpstan-phpunit": "^2.0.0",

0 commit comments

Comments
 (0)