Skip to content

Commit 3cfc56a

Browse files
authored
Merge pull request #623 from kohlerdominik/undo-require
Remove unneeded requirement: serializable-closure
2 parents dfb53fa + d12fe9c commit 3cfc56a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [8.1, 8.2, 8.3, 8.4]
25+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
2626

27-
name: P${{ matrix.php }}
27+
name: PHP${{ matrix.php }}
2828

2929
steps:
3030
- name: Checkout code

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"php": "^8.0",
2020
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23-
"laravel/serializable-closure": "^2.0"
22+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2423
},
2524
"autoload": {
2625
"psr-4": {

0 commit comments

Comments
 (0)