Skip to content

Commit

Permalink
Merge pull request #33 from offline-agency/upgrade-illuminate-databas…
Browse files Browse the repository at this point in the history
…e-dependency

Update composer.json
  • Loading branch information
Giacomo Fabbian authored Apr 13, 2021
2 parents 60b060e + ddbc9f1 commit 7473f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php: ['7.2', '7.3', '7.4']
os: ['ubuntu-latest']

name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
name: PHP v${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- name: "Installing php"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-json": "*",
"illuminate/support": "^5.8|^6.0",
"illuminate/container": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.20",
"illuminate/events": "^5.8|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 7473f93

Please sign in to comment.