Skip to content

Commit

Permalink
Update configuration.
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 Sep 14, 2018
1 parent bfa4f6d commit 1e5a72b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Composer
composer.lock
vendor/*
/vendor/*
/composer.lock

# PHPUnit
/coverage/*
/.phpunit.result.cache
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/memory": "~3.0"
"orchestra/memory": "^3.0"
}
}
```
Expand All @@ -54,7 +54,7 @@ And then run `composer install` from the terminal.

Above installation can also be simplify by using the following command:

composer require "orchestra/memory=~3.0"
composer require "orchestra/memory=^3.0"

## Configuration

Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit 1e5a72b

Please sign in to comment.