Merge branch 'develop' into 164-download-counter-also-count-downloads-via-packagist-api
Showing
... | ... | @@ -40,10 +40,12 @@ |
"apache-solr-for-typo3/solr": "^11.0", | ||
"cweagans/composer-patches": "^1.7", | ||
"gordalina/cachetool": "^4.0", | ||
"lcobucci/jwt": "^3.3", | ||
"nimut/testing-framework": "^5.0", | ||
"t3o/t3olayout": "^5.0", | ||
"t3o/ter-frontend": "^0.5.0", | ||
"t3o/ter-layout": "^0.2.0", | ||
"t3o/ter-rest": "^0.1.0", | ||
"t3o/ter-soap": "^2.1", | ||
"typo3/cms-adminpanel": "^10.4", | ||
"typo3/cms-seo": "^10.4" | ||
... | ... | @@ -52,6 +54,7 @@ |
"codeception/codeception": "^4.1", | ||
"codeception/module-asserts": "^1.2", | ||
"codeception/module-phpbrowser": "^1.0", | ||
"friendsofphp/php-cs-fixer": "^2.16", | ||
"infection/infection": "^0.20.0", | ||
"neos/utility-arrays": "^6.0", | ||
"neos/utility-files": "^6.0", | ||
... | ... | @@ -84,6 +87,9 @@ |
], | ||
"test:api": [ | ||
"./vendor/bin/codecept run api --steps" | ||
], | ||
"test:php": [ | ||
"./vendor/bin/php-cs-fixer fix --dry-run --diff-format=udiff --path-mode=intersection --config=.gitlab-ci/build/.php_cs --diff extensions" | ||
] | ||
} | ||
} |
This diff is collapsed.