Files
setup-php/package.json
Shivam Mathur b9ef68088b
Some checks failed
Node workflow / Run (ubuntu-latest) (push) Successful in 7m37s
Node workflow / Run (macos-latest) (push) Has been cancelled
Node workflow / Run (windows-latest) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 5.3) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 5.4) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 5.5) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 5.6) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 7.0) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 7.1) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 7.2) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 7.3) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 7.4) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.0) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.1) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.2) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.3) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.4) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.5) (push) Has been cancelled
Main workflow / Run (macos-15-intel, 8.6) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 5.3) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 5.4) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 5.5) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 5.6) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 7.0) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 7.1) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 7.2) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 7.3) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 7.4) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.0) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.1) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.2) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.3) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.4) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.5) (push) Has been cancelled
Main workflow / Run (ubuntu-22.04, 8.6) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 5.3) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 5.4) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 5.5) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 5.6) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 7.0) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 7.1) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 7.2) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 7.3) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 7.4) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.0) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.1) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.2) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.3) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.4) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.5) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, 8.6) (push) Has been cancelled
Main workflow / Run (ubuntu-24.04, php-version-file, ) (push) Has been cancelled
Main workflow / Run (windows-2022, 5.3) (push) Has been cancelled
Main workflow / Run (windows-2022, 5.4) (push) Has been cancelled
Main workflow / Run (windows-2022, 5.5) (push) Has been cancelled
Main workflow / Run (windows-2022, 5.6) (push) Has been cancelled
Main workflow / Run (windows-2022, 7.0) (push) Has been cancelled
Main workflow / Run (windows-2022, 7.1) (push) Has been cancelled
Main workflow / Run (windows-2022, 7.2) (push) Has been cancelled
Main workflow / Run (windows-2022, 7.3) (push) Has been cancelled
Main workflow / Run (windows-2022, 7.4) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.0) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.1) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.2) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.3) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.4) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.5) (push) Has been cancelled
Main workflow / Run (windows-2022, 8.6) (push) Has been cancelled
Bump Node.js packages
Add allowScripts for 3 packages
2026-07-21 18:21:48 +05:30

82 lines
2.1 KiB
JSON

{
"name": "setup-php",
"version": "2.37.2",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
"types": "lib/install.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__",
"src": "src"
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"lint": "eslint **/src/*.ts **/__tests__/*.ts --cache --fix",
"format": "prettier --write **/src/*.ts **/__tests__/*.ts && git add -f __tests__/ ",
"format-check": "prettier --check **/src/*.ts **/__tests__/*.ts",
"release": "ncc build -m -o dist && git add -f dist/",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shivammathur/setup-php.git"
},
"keywords": [
"actions",
"php",
"setup"
],
"author": "shivammathur",
"license": "MIT",
"dependencies": {
"@actions/exec": "^2.0.0",
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@vercel/ncc": "^0.44.1",
"eslint": "^10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jest": "^29.15.5",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.7.0",
"jest": "^30.4.2",
"jest-circus": "^30.4.2",
"nock": "^14.0.16",
"prettier": "^3.9.6",
"simple-git-hooks": "^2.13.1",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3"
},
"overrides": {
"@babel/core": "^7.29.7",
"js-yaml": "^4.2.0",
"test-exclude": "^7.0.1",
"glob": "^13.0.6",
"minimatch": "^10.2.1"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"
},
"simple-git-hooks": {
"pre-commit": "npm run format && npm run lint && npm run test && npm run build && npm run release"
},
"allowScripts": {
"fsevents@2.3.3": true,
"simple-git-hooks@2.13.1": true,
"unrs-resolver@1.11.1": true
}
}