Skip to content

Commit

Permalink
Merge branch '3.8'
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

# Conflicts:
#	composer.json
  • Loading branch information
crynobone committed Jun 15, 2019
2 parents e09600a + 467a206 commit 74aa661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return PhpCsFixer\Config::create()
'phpdoc_no_empty_return' => false,
'phpdoc_order' => true,
'pre_increment' => false,
'single_trait_insert_per_statement' => false,
'yoda_style' => false,
])
->setFinder($finder);
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: php

sudo: false
dist: xenial

php:
- 7.2
- 7.3
- nightly

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"orchestra/support": "~3.9.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.2",
"orchestra/testbench": "~3.9.0"
},
"extra": {
Expand Down

0 comments on commit 74aa661

Please sign in to comment.