Skip to content

Commit 565457f

Browse files
committed
Updated composer files
1 parent 9794f1c commit 565457f

File tree

2 files changed

+607
-512
lines changed

2 files changed

+607
-512
lines changed

composer.json

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"drupal/viewsreference": "^2.0@beta",
6161
"drupal/xls_serialization": "^2.0",
6262
"drush/drush": "^13.0",
63-
"jjj/chosen": "2.2.1"
63+
"jjj/chosen": "^2.2"
6464
},
6565
"require-dev": {
6666
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
@@ -70,7 +70,7 @@
7070
"ergebnis/composer-normalize": "^2.42",
7171
"kint-php/kint": "^5.0",
7272
"mglaman/phpstan-drupal": "^1.2",
73-
"os2loop/os2loop_fixtures": "^1.0-dev",
73+
"os2loop/os2loop_fixtures": "dev-^1.0",
7474
"phpspec/prophecy-phpunit": "^2.0",
7575
"phpstan/extension-installer": "^1.3",
7676
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -229,41 +229,5 @@
229229
"https://www.drupal.org/project/toc_api/issues/3417862": "https://www.drupal.org/files/issues/2024-02-07/toc_api-3417862-anchors_add_01-1.patch"
230230
}
231231
}
232-
},
233-
"scripts": {
234-
"code-analysis": [
235-
"@code-analysis/phpstan"
236-
],
237-
"code-analysis/phpstan": [
238-
"phpstan analyse --configuration=phpstan.neon --memory-limit=2G"
239-
],
240-
"coding-standards-apply": [
241-
"@coding-standards-apply/phpcs",
242-
"@coding-standards-apply/twig-cs-fixer",
243-
"@coding-standards-apply/composer-normalize"
244-
],
245-
"coding-standards-apply/composer-normalize": [
246-
"composer normalize"
247-
],
248-
"coding-standards-apply/phpcs": [
249-
"vendor/bin/phpcbf --standard=phpcs.xml.dist"
250-
],
251-
"coding-standards-apply/twig-cs-fixer": [
252-
"twig-cs-fixer lint --fix web/profiles/custom/os2loop/themes/os2loop_theme/templates"
253-
],
254-
"coding-standards-check": [
255-
"@coding-standards-check/phpcs",
256-
"@coding-standards-check/twig-cs-fixer",
257-
"@coding-standards-check/composer-normalize"
258-
],
259-
"coding-standards-check/composer-normalize": [
260-
"composer normalize --dry-run"
261-
],
262-
"coding-standards-check/phpcs": [
263-
"php vendor/bin/phpcs --standard=phpcs.xml.dist"
264-
],
265-
"coding-standards-check/twig-cs-fixer": [
266-
"twig-cs-fixer lint web/profiles/custom/os2loop/themes/os2loop_theme/templates"
267-
]
268232
}
269233
}

0 commit comments

Comments
 (0)