Skip to content

Commit 4bd2b23

Browse files
committed
Laravel 12 support
1 parent 74806ba commit 4bd2b23

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Laravel-specific and pure PHP Helper Functions.
1717

1818
| Laravel | Helper Functions |
1919
|---------|-----------------------------------------------------------------------------|
20+
| 12.x | [12.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/12.x) |
2021
| 11.x | [11.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/11.x) |
2122
| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/10.x) |
2223
| 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-helper-functions/tree/9.x) |

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"php": "^8.2",
1616
"ext-dom": "*",
1717
"ext-simplexml": "*",
18-
"illuminate/support": "^11.0",
19-
"nesbot/carbon": "^2.72.6|^3.8.4",
20-
"symfony/filesystem": "^7.0.3",
21-
"symfony/finder": "^7.0.3",
22-
"symfony/process": "^7.0.3",
23-
"symfony/var-dumper": "^7.0.3",
18+
"illuminate/support": "^12.0",
19+
"nesbot/carbon": "^3.8.4",
20+
"symfony/filesystem": "^7.2",
21+
"symfony/finder": "^7.2",
22+
"symfony/process": "^7.2",
23+
"symfony/var-dumper": "^7.2",
2424
"spatie/array-to-xml": "^3.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^11.3.6",
27+
"phpunit/phpunit": "^11.5.3",
2828
"mockery/mockery": "^1.6.10",
29-
"illuminated/testing-tools": "^11.0"
29+
"illuminated/testing-tools": "^12.0"
3030
},
3131
"autoload": {
3232
"files": [

0 commit comments

Comments
 (0)