Skip to content

Commit

Permalink
Update project.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 6, 2019
1 parent b8c50ff commit 467a206
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,12 +1,10 @@
language: php

sudo: false
dist: xenial

php:
- 7.1
- 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.8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.2",
"orchestra/testbench": "~3.8.0"
},
"extra": {
Expand Down

0 comments on commit 467a206

Please sign in to comment.