Skip to content

Commit

Permalink
fix: laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser committed Mar 12, 2024
1 parent 5ef1477 commit 5e63e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ composer require hekmatinasser/verta
<td>10.0</td>
<td>8.3</td>
</tr>
<tr>
<td>11.0</td>
<td>8.4</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/validation": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/validation": "^8.0|^9.0|^10.0|^11.0",
"hekmatinasser/jalali": "^8.2"
},
"require-dev": {
Expand Down

0 comments on commit 5e63e0c

Please sign in to comment.