Skip to content

Commit 1e56112

Browse files
committed
chore: remove useless require-dev
1 parent 884b033 commit 1e56112

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
path: ${{ steps.composercache.outputs.dir }}
6262
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
6363
restore-keys: ${{ runner.os }}-composer-
64+
- run: composer validate
6465
- name: Update project dependencies
6566
run: |
6667
composer global require soyuka/pmu

composer.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -115,24 +115,6 @@
115115
"willdurand/negotiation": "^3.1"
116116
},
117117
"require-dev": {
118-
"api-platform/doctrine-common": "^3.4 || ^4.0",
119-
"api-platform/doctrine-odm": "^3.4 || ^4.0",
120-
"api-platform/doctrine-orm": "^3.4 || ^4.0",
121-
"api-platform/documentation": "^3.4 || ^4.0",
122-
"api-platform/elasticsearch": "^3.4 || ^4.0",
123-
"api-platform/graphql": "^3.4 || ^4.0",
124-
"api-platform/http-cache": "^3.4 || ^4.0",
125-
"api-platform/hydra": "^3.4 || ^4.0",
126-
"api-platform/json-api": "^3.3 || ^4.0",
127-
"api-platform/json-schema": "^3.4 || ^4.0",
128-
"api-platform/jsonld": "^3.4 || ^4.0",
129-
"api-platform/metadata": "^3.4 || ^4.0",
130-
"api-platform/openapi": "^3.4 || ^4.0",
131-
"api-platform/ramsey-uuid": "^3.4 || ^4.0",
132-
"api-platform/json-hal": "^3.4 || ^4.0",
133-
"api-platform/serializer": "^3.4 || ^4.0",
134-
"api-platform/state": "^3.4 || ^4.0",
135-
"api-platform/validator": "^3.4 || ^4.0",
136118
"behat/behat": "^3.11",
137119
"behat/mink": "^1.9",
138120
"doctrine/cache": "^1.11 || ^2.1",
@@ -170,7 +152,7 @@
170152
"ramsey/uuid": "^4.0",
171153
"ramsey/uuid-doctrine": "^2.0",
172154
"soyuka/contexts": "^3.3.10",
173-
"soyuka/pmu": "^0.0.12",
155+
"soyuka/pmu": "^0.0.15",
174156
"soyuka/stubs-mongodb": "^1.0",
175157
"symfony/asset": "^6.4 || ^7.0",
176158
"symfony/browser-kit": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)