Skip to content

Commit

Permalink
chore: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodeine committed Mar 7, 2025
1 parent e700ad4 commit 2843eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Or `set multiple metas and columns` at once:
```php
...
$post->setAttributes([
'name' => 'hello world'; // model attribute
'name' => 'hello world', // model attribute
'content' => 'Some content here',
'views' => 1,
]);
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"require": {
"php": ">=7.3",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
"illuminate/events": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/events": "^8.0|^9.0|^10.0|^11.0|^12.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 2843eb4

Please sign in to comment.