Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Jan 12, 2022
1 parent 725c299 commit dfcac13
Show file tree
Hide file tree
Showing 2 changed files with 2,307 additions and 1,015 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0",
"titasgailius/terminal": "^0.5.0"
"php": "^7.4 || ^8.0",
"illuminate/support": "^7.0 || ^8.0",
"titasgailius/terminal": "^1.1"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0 || ^6.0",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
},
Expand Down
Loading

0 comments on commit dfcac13

Please sign in to comment.