Skip to content

Commit 5cb5751

Browse files
author
Alexandru Florea
committed
feat: Add Laravel 12 support
- Extend Laravel support to version 12.x - Update documentation to reflect Laravel 8-12 support - Maintain backward compatibility with Laravel 8+
1 parent 759f772 commit 5cb5751

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

QUICK_START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Get started with Laravel Source Code Obfuscator in 5 minutes.
55
## Prerequisites
66

77
✅ PHP >= 7.4
8-
✅ Laravel >= 8.0
8+
✅ Laravel >= 8.0 (8.x, 9.x, 10.x, 11.x, 12.x)
99
✅ PHPBolt
1010

1111
## Installation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A comprehensive Laravel package for source code obfuscation using PHPBolt. Prote
2323
## Requirements
2424

2525
- PHP >= 7.4
26-
- Laravel >= 8.0
26+
- Laravel >= 8.0 (8.x, 9.x, 10.x, 11.x, 12.x)
2727
- PHPBolt extension (`bolt.so`) - [Get it here](https://github.com/arshidkv12/phpBolt)
2828

2929
## Installation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"require": {
2020
"php": "^7.4|^8.0",
21-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
22-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0"
21+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0|^10.0|^11.0",

0 commit comments

Comments
 (0)