Skip to content

Commit

Permalink
Merge pull request #18 from wandersonwhcr/DariusIII-master
Browse files Browse the repository at this point in the history
Laravel 6.0 Support

Close #17
  • Loading branch information
wandersonwhcr committed Sep 9, 2019
2 parents 7025e39 + 41d199a commit e3bf126
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 380 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3

install:
- composer install
Expand Down
14 changes: 6 additions & 8 deletions composer.json
Expand Up @@ -5,14 +5,14 @@
"license": "MIT",
"keywords": ["laravel", "illuminate", "roman", "roman-number", "roman-numeral", "converter", "format", "validator"],
"require": {
"php": ">=7.0",
"php": ">=7.2",
"wandersonwhcr/romans": "^1.0",
"illuminate/support": "^5.5"
"illuminate/support": "^6.0"
},
"require-dev": {
"doctrine/instantiator": "^1.0",
"illuminate/container": "^5.5",
"illuminate/contracts": "^5.5",
"illuminate/container": "^6.0",
"illuminate/contracts": "^6.0",
"jakub-onderka/php-parallel-lint": "^0.9",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.3",
Expand Down Expand Up @@ -41,12 +41,10 @@
"phpcs"
]
},
"extras": {
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
},
"extra": {
},
"laravel": {
"providers": [
"Illuminate\\Romans\\Providers\\RomansProvider"
Expand Down

0 comments on commit e3bf126

Please sign in to comment.