Skip to content

Commit 2843eb4

Browse files
author
Kodeine
committed
chore: updated version
1 parent e700ad4 commit 2843eb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Or `set multiple metas and columns` at once:
226226
```php
227227
...
228228
$post->setAttributes([
229-
'name' => 'hello world'; // model attribute
229+
'name' => 'hello world', // model attribute
230230
'content' => 'Some content here',
231231
'views' => 1,
232232
]);

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": ">=7.3",
25-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
26-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
27-
"illuminate/events": "^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/events": "^8.0|^9.0|^10.0|^11.0|^12.0",
2828
"ext-json": "*"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)