Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomKnight authored Nov 21, 2019
2 parents 7db51b5 + 88fb9b7 commit 8053925
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.0",
"illuminate/config": ">=5.5.0",
"illuminate/database": ">=5.5.0",
"illuminate/support": ">=5.5.0",
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"friendsofphp/php-cs-fixer": "^1.11",
"mockery/mockery": "^0.9.4",
"orchestra/database": "~3.5.0",
"orchestra/testbench": "~3.5.0|~4.0",
"codedungeon/phpunit-result-printer": "^0.4.4 || ^0.26.0",
"friendsofphp/php-cs-fixer": "^1.11 || ^2.0.0",
"mockery/mockery": "^0.9.4 || ^1.0.0",
"orchestra/database": "~3.5.0 || ~4.0.0",
"orchestra/testbench": "~3.5.0 || ~4.0.0",
"phpunit/phpunit": "^6.2 || ^7.0|^8.0",
"squizlabs/php_codesniffer": "3.*",
"scrutinizer/ocular": "^1.3"
Expand Down

0 comments on commit 8053925

Please sign in to comment.