Skip to content

Commit

Permalink
Update setup.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed May 6, 2018
1 parent 4ca6d97 commit 9df0078
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Support Component includes a basic set of classes required by Orchestra Platform
[![Total Downloads](https://poser.pugx.org/orchestra/support/downloads)](https://packagist.org/packages/orchestra/support)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/support/v/unstable)](//packagist.org/packages/orchestra/support)
[![License](https://poser.pugx.org/orchestra/support/license)](https://packagist.org/packages/orchestra/support)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/support/badge.svg?branch=3.6)](https://coveralls.io/github/orchestral/support?branch=3.6)

## Table of Content

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=7.1",
"danielstjules/stringy": "~2.1 || ~3.0",
"danielstjules/stringy": "^2.1 || ^3.0",
"illuminate/support": "~5.6.0",
"orchestra/contracts": "~3.6.0"
},
Expand All @@ -30,8 +30,8 @@
"illuminate/http": "~5.6.0",
"illuminate/routing": "~5.6.0",
"illuminate/session": "~5.6.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"replace": {
"orchestra/support-core": "self.version",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true"
>

<testsuites>
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.1",
"illuminate/support": "~5.6.0"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.1",
"illuminate/support": "~5.6.0",
"orchestra/contracts": "~3.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
},
"require": {
"php": ">=7.0",
"danielstjules/stringy": "~2.1 || ~3.0",
"php": ">=7.1",
"danielstjules/stringy": "^2.1 || ^3.0",
"illuminate/support": "~5.6.0",
"orchestra/contracts": "~3.6.0"
},
Expand Down

0 comments on commit 9df0078

Please sign in to comment.