Skip to content

Commit

Permalink
- Update require and require-dev on composer.json
Browse files Browse the repository at this point in the history
- Rename steps name on tests github actions
  • Loading branch information
ianriizky committed May 10, 2022
1 parent 0ad230b commit b9c6d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tools: composer:v2
coverage: xdebug

- name: Set Minimum PHP 8.1 Versions
- name: Set minimum PHP 8.1 versions
uses: nick-invision/retry@v1
with:
timeout_minutes: 5
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
"require": {
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^7.2",
"illuminate/http": "^8.75|^9.10",
"illuminate/support": "^8.75|^9.10"
"illuminate/contracts": "^8.75|^9.11",
"illuminate/http": "^8.75|^9.11",
"illuminate/support": "^8.75|^9.11"
},
"require-dev": {
"phpunit/phpunit": "^9.5.8",
"orchestra/testbench": "^6.24|^7.3"
"illuminate/testing": "^8.75|^9.11",
"orchestra/testbench": "^6.24|^7.3",
"phpunit/phpunit": "^9.5.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9c6d9e

Please sign in to comment.