mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-09 06:14:10 +07:00
Fix condition to check if extension is enabled
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "setup-php",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.4",
|
||||
"private": false,
|
||||
"description": "Setup php action",
|
||||
"main": "lib/setup-php.js",
|
||||
@ -23,7 +23,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.0.0",
|
||||
"@actions/tool-cache": "^1.0.0",
|
||||
"@actions/tool-cache": "^1.0.0",
|
||||
"fs": "0.0.1-security",
|
||||
"typed-rest-client": "^1.5.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user