Bump version to 2.8.0

This commit is contained in:
Shivam Mathur 2020-11-16 04:37:13 +05:30
parent f9caa0457d
commit 31fa0d7883
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 585 additions and 1750 deletions

4
.github/SECURITY.md vendored
View File

@ -6,8 +6,8 @@ The following versions of this project are supported for security updates.
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | ------- | ------------------ |
| 1.9.x | :white_check_mark: | | 1.10.x | :white_check_mark: |
| 2.6.x | :white_check_mark: | | 2.8.x | :white_check_mark: |
## Supported PHP Versions ## Supported PHP Versions

2307
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "setup-php", "name": "setup-php",
"version": "2.7.0", "version": "2.8.0",
"private": false, "private": false,
"description": "Setup PHP for use with GitHub Actions", "description": "Setup PHP for use with GitHub Actions",
"main": "dist/index.js", "main": "dist/index.js",
@ -30,22 +30,22 @@
"fs": "0.0.1-security" "fs": "0.0.1-security"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.14", "@types/jest": "^26.0.15",
"@types/node": "^14.11.10", "@types/node": "^14.14.7",
"@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.4.1", "@typescript-eslint/parser": "^4.7.0",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"eslint": "^7.11.0", "eslint": "^7.13.0",
"eslint-config-prettier": "^6.13.0", "eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0", "eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0", "husky": "^4.3.0",
"jest": "^26.6.0", "jest": "^26.6.3",
"jest-circus": "^26.6.0", "jest-circus": "^26.6.3",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"ts-jest": "^26.4.1", "ts-jest": "^26.4.4",
"typescript": "^4.0.3" "typescript": "^4.0.5"
}, },
"husky": { "husky": {
"skipCI": true, "skipCI": true,