Skip to content

Commit

Permalink
support php8.3 and laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaeSoneAungRgn committed Nov 29, 2023
1 parent b4d4360 commit ae636bb
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
Expand Up @@ -23,13 +23,13 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"laravel-myanmar-tools/phone-number": "^1.1.0",
"laravel-myanmar-tools/font": "^1.0.0",
"laravel-myanmar-tools/nrc": "^1.0.1"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.22",
"laravel/pint": "^1.5"
},
Expand Down

0 comments on commit ae636bb

Please sign in to comment.