Skip to content

Commit

Permalink
added php 8.1 for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
realrashid committed Apr 20, 2023
1 parent ab8c146 commit 81eb617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realrashid/sweet-alert",
"type": "library",
"description": "A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL BY RASHID ALI",
"description": "Laravel Sweet Alert Is A Package For Laravel Provides An Easy Way To Display Alert Messages Using The SweetAlert2 Library.",
"keywords": [
"laravel",
"laravel-package",
Expand Down Expand Up @@ -29,7 +29,7 @@
"docs": "https://realrashid.github.io/sweet-alert/"
},
"require": {
"php": "^7.2|^8.0",
"php": "^7.2|^8.0|^8.1",
"laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0|^9.11|9.14.*|^10.0"
},
"require-dev": {
Expand Down

0 comments on commit 81eb617

Please sign in to comment.