Skip to content

Commit

Permalink
Merge pull request #6 from n4ss1m/enhancement/composer-validation-and…
Browse files Browse the repository at this point in the history
…-test-script

enhancement: resolve composer validation warnings and add test script
  • Loading branch information
Medboubazine authored Oct 25, 2024
2 parents 2d1368a + 23b5cef commit c7b68a9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
}
],
"require": {
"php": ">=8.1.10",
"guzzlehttp/guzzle": ">=7.0",
"rakit/validation": ">=1.4",
"illuminate/support": ">=10.39",
"medboubazine/number_format": ">=1.1",
"nesbot/carbon": ">=2.72"
"php": "^8.1",
"guzzlehttp/guzzle": "^7.0",
"rakit/validation": "^1.4",
"illuminate/support": "^10.39|^11.0",
"medboubazine/number_format": "^1.1",
"nesbot/carbon": "^2.72|^3.0"
},
"require-dev": {
"symfony/var-dumper": "^6.4",
"phpunit/phpunit": "^10.5"
"symfony/var-dumper": "^6.4|^7.0",
"phpunit/phpunit": "^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -46,5 +46,8 @@
"psr-4": {
"ChargilyTests\\ChargilyPay\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox --colors=always tests/"
}
}

0 comments on commit c7b68a9

Please sign in to comment.