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 b57d644 commit 3b61e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -23,6 +23,7 @@ return PhpCsFixer\Config::create()
'phpdoc_order' => true,
'pre_increment' => false,
'self_accessor' => false,
'single_trait_insert_per_statement' => false,
'yoda_style' => false,
])
->setFinder($finder);
4 changes: 1 addition & 3 deletions .travis.yml
@@ -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
Expand Up @@ -26,7 +26,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 3b61e21

Please sign in to comment.