Skip to content

Commit dac7a32

Browse files
committed
prepare 1.1.1
1 parent ce575c7 commit dac7a32

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
1.1.0 (2024-06-12)
512
------------------
613

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"laravel/framework": "^10.0 || ^11.0"
1818
},
1919
"require-dev": {
20-
"laravel/pint": "^1.16.0"
20+
"laravel/pint": "^1.16.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

src/ConverterException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Exception;
66

7-
class ConverterException extends Exception
8-
{
9-
}
7+
class ConverterException extends Exception {}

0 commit comments

Comments
 (0)