Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
-v "`pwd`:`pwd`" \
-v "${COMPOSER_CACHE_DIR}:${COMPOSER_CONTAINER_CACHE_DIR}" \
-w "`pwd`" \
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine${SLIM_DOCKER_IMAGE}-dev"
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-zts-alpine${SLIM_DOCKER_IMAGE}-dev"
endif

ifneq (,$(findstring icrosoft,$(shell cat /proc/version)))
Expand Down
26 changes: 18 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-parallel/contracts",
"description": "Interfaces for ReactPHP ext-parallel related packages",
"description": "\ud83d\udcdc Interfaces for ReactPHP ext-parallel related packages",
"license": "MIT",
"authors": [
{
Expand All @@ -14,6 +14,8 @@
"wyrihaximus/pool-info": "^2.0.0"
},
"require-dev": {
"ext-parallel": "*",
"react-parallel/stubs": "^1.2",
"wyrihaximus/async-test-utilities": "^8.0.5"
},
"autoload": {
Expand All @@ -27,15 +29,23 @@
}
},
"config": {
"platform": {
"php": "8.2.13"
},
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"ergebnis/composer-normalize": true
}
"infection/extension-installer": true
},
"platform": {
"php": "8.2.13"
},
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"composer normalize"
],
"post-update-cmd": [
"composer normalize"
]
}
}
Loading
Loading