Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 47d7220

Browse files
authored
Add in composer reqs for Laravel v9 (#43)
1 parent ed1a1b8 commit 47d7220

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
name: CI
44

5-
# Controls when the action will run.
5+
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ master ]
9+
branches: [main]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [main]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"type": "library",
55
"require": {
66
"guzzlehttp/guzzle": "^6.3|^7.0",
7-
"illuminate/support": "^5.8|^6|^7|^8",
8-
"illuminate/http": "^5.8|^6|^7|^8",
9-
"illuminate/contracts": "^5.8|^6|^7|^8"
7+
"illuminate/support": "^5.8|^6|^7|^8|^9",
8+
"illuminate/http": "^5.8|^6|^7|^8|^9",
9+
"illuminate/contracts": "^5.8|^6|^7|^8|^9"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^8.3",
12+
"phpunit/phpunit": "^9.5.10",
1313
"squizlabs/php_codesniffer": "^3.5"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)