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>
  • Loading branch information
crynobone committed May 25, 2019
2 parents 22f26af + 34280fa commit 01a7c43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -21,6 +21,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,11 +1,9 @@
language: php

sudo: false
dist: xenial

php:
- 7.2
- 7.3
- nightly

env:
global:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,14 @@ Released: 2018-03-02

* Update support for Laravel Framework v5.8.

## 3.7.1

Released: 2019-02-25

### Changes

* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function.

## 3.7.0

Released: 2018-08-16
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"illuminate/filesystem": "~5.9.0",
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": " ^8.0"
},
"suggest": {
Expand Down

0 comments on commit 01a7c43

Please sign in to comment.