Skip to content

Commit 1c2b774

Browse files
committed
fix: update Laravel version to 12.x in README and composer.json
1 parent bc43f54 commit 1c2b774

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://github.com/Pharaonic/laravel-executor/actions"><img src="https://github.com/Pharaonic/laravel-executor/workflows/Tests/badge.svg" alt="Tests Status"></a>
5-
<a href="https://laravel.com" target="_blank"><img src="https://img.shields.io/static/v1?label=Laravel&message=11.x&color=F05340&style=flat-square" alt="Laravel Version : 11.x"></a>
5+
<a href="https://laravel.com" target="_blank"><img src="https://img.shields.io/static/v1?label=Laravel&message=12.x&color=F05340&style=flat-square" alt="Laravel Version : 12.x"></a>
66
<a href="https://packagist.org/packages/pharaonic/laravel-executor" target="_blank"><img src="https://poser.pugx.org/pharaonic/laravel-executor/downloads" alt="Total Downloads"></a>
77
<a href="https://packagist.org/packages/Pharaonic/laravel-executor"><img src="https://img.shields.io/packagist/v/Pharaonic/laravel-executor" alt="Latest Stable Version"></a>
88
<a href="https://packagist.org/packages/Pharaonic/laravel-executor"><img src="https://img.shields.io/static/v1?label=License&message=MIT&color=brightgreen&style=flat-square" alt="License"></a>
@@ -13,7 +13,7 @@
1313

1414
## Documentation
1515

16-
You can find the detailed documentation here in [Laravel Executor Documentation](https://pharaonic.io/packages/laravel/executor/2.x).
16+
You can find the detailed documentation here in [Laravel Executor Documentation](https://pharaonic.io/packages/laravel/executor/12.x).
1717

1818
## Contributing
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
],
2626
"require": {
2727
"php": "~8.2|~8.3|~8.4",
28-
"laravel/framework": "^11.0",
28+
"laravel/framework": "^12.0",
2929
"pharaonic/php-dot-array": "^2.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^9.15"
32+
"orchestra/testbench": "^10.6"
3333
},
3434
"config": {
3535
"sort-packages": true

0 commit comments

Comments
 (0)