Compare commits

...

2 Commits
1.1.0 ... main

Author SHA1 Message Date
2c026fd5ed Merge pull request 'Version 1.1.1' (#3) from develop into main
Reviewed-on: #3
2024-10-11 01:15:10 +05:00
4fdf7fd6f9
Relax PHP extension version constraints in composer.json.
Updated "ext-libxml" and "ext-dom" dependencies to accept any version. This change ensures broader compatibility across different environments without strictly requiring specific versions for these extensions.
2024-10-11 01:11:19 +05:00

View File

@ -22,8 +22,8 @@
"illuminate/support": "^10.0|^11.0",
"guzzlehttp/guzzle": "^7.0.1",
"web-token/jwt-framework": "^3.0",
"ext-libxml": "^2.11.7",
"ext-dom": "^2.11.7"
"ext-libxml": "*",
"ext-dom": "*"
},
"extra": {
"laravel": {