Skip to content

Commit

Permalink
upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
nuernbergerA committed Sep 9, 2019
1 parent 38b9cdc commit 1ab5625
Show file tree
Hide file tree
Showing 3 changed files with 1,078 additions and 1,072 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.3.8"
"php": "^7.2",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"illuminate/filesystem": "5.x",
"laravel/framework": "^5.3.8",
"phpunit/phpunit": "^5.7"
"mockery/mockery": "^1.0.0",
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-0": {
Expand All @@ -32,12 +32,16 @@
"Orangehill\\Iseed\\Tests\\": "tests"
}
},
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Orangehill\\Iseed\\IseedServiceProvider"
]
}
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true"
>
<testsuites>
Expand Down
Loading

0 comments on commit 1ab5625

Please sign in to comment.