Skip to content

Commit

Permalink
Merge pull request #7 from hexadog/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gaetan-hexadog authored Feb 25, 2022
2 parents 12209ba + ee6318b commit 0915833
Show file tree
Hide file tree
Showing 5 changed files with 2,263 additions and 1,155 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
"minimum-stability": "stable",
"require": {
"illuminate/support": "^7.0|^8.0|^9.0",
"symfony/finder": "^5.1"
"symfony/finder": "^5.1|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "~5.2|^7.0"
"orchestra/testbench": "~5.2|^7.1"
},
"autoload": {
"psr-4": {
Expand All @@ -42,4 +41,4 @@
"check-style": "vendor/bin/phpcs --extensions=php ./src",
"fix-style": "vendor/bin/php-cs-fixer fix"
}
}
}
Loading

0 comments on commit 0915833

Please sign in to comment.