@prettier/plugin-php
Advanced tools
Comparing version 0.19.2 to 0.19.3
{ | ||
"name": "@prettier/plugin-php", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"description": "Prettier PHP Plugin", | ||
@@ -16,3 +16,3 @@ "repository": "prettier/prettier-php", | ||
"mem": "^8.0.0", | ||
"php-parser": "^3.1.2" | ||
"php-parser": "^3.1.3" | ||
}, | ||
@@ -23,9 +23,9 @@ "devDependencies": { | ||
"cross-env": "^7.0.2", | ||
"eslint": "8.26.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "27.1.3", | ||
"eslint": "8.32.0", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jest": "27.2.1", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"jest": "29.2.2", | ||
"jest-environment-jsdom": "29.2.2", | ||
"jest": "29.3.1", | ||
"jest-environment-jsdom": "29.3.1", | ||
"jest-runner-eslint": "1.1.0", | ||
@@ -32,0 +32,0 @@ "jest-snapshot-serializer-raw": "^1.1.0", |
@@ -170,3 +170,3 @@ <div align="center"> | ||
| ------------------ |------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `phpVersion` | `"5.4"` | Allows specifying the PHP version you're using. If you're using PHP 7.1 or later, setting this option will make use of modern language features in the printed output. If you're using PHP 5.3 or lower, you'll have to set this option or Prettier will generate incompatible code. | | ||
| `phpVersion` | `"7.0"` | Allows specifying the PHP version you're using. If you're using PHP 7.1 or later, setting this option will make use of modern language features in the printed output. If you're using PHP lower than 7.0, you'll have to set this option or Prettier will generate incompatible code. | | ||
| `printWidth` | `80` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#print-width)) | | ||
@@ -173,0 +173,0 @@ | `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)), The default is `4` based on the `PSR-2` coding standard. | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352138
5779
Updatedphp-parser@^3.1.3