Skip to content

Commit

Permalink
feat(composer.json): update required php and illuminate/support versions
Browse files Browse the repository at this point in the history
This update adds support for newer versions of PHP (8.3) and Illuminate/support (11.0) to the required versions in composer.json.
  • Loading branch information
deligoez committed Apr 29, 2024
1 parent d0fce8e commit 7fac5bc
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 @@ -12,8 +12,8 @@
"homepage": "https://github.com/deligoez/tckimlikno",
"keywords": ["laravel", "package", "validation", "tckimlikno", "mernis"],
"require": {
"php": "^8.1 | ^8.2",
"illuminate/support": "^9.0 | ^10.0",
"php": "^8.1 | ^8.2| ^8.3",
"illuminate/support": "^9.0 | ^10.0| ^11.0",
"ricorocks-digital-agency/soap": "^1.6",
"guzzlehttp/guzzle": "^7.2.0"
},
Expand Down

0 comments on commit 7fac5bc

Please sign in to comment.