We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce575c7 commit dac7a32Copy full SHA for dac7a32
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.1.1 (2024-06-24)
5
+------------------
6
+
7
+- Fixed support of `--escape-with-double-encode` command option
8
+- Added description for `--escape-with-double-encode` command option
9
10
11
1.1.0 (2024-06-12)
12
------------------
13
composer.json
@@ -17,7 +17,7 @@
17
"laravel/framework": "^10.0 || ^11.0"
18
},
19
"require-dev": {
20
- "laravel/pint": "^1.16.0"
+ "laravel/pint": "^1.16.1"
21
22
"autoload": {
23
"psr-4": {
src/ConverterException.php
@@ -4,6 +4,4 @@
use Exception;
-class ConverterException extends Exception
-{
-}
+class ConverterException extends Exception {}
0 commit comments