Skip to content

Commit

Permalink
Merge pull request #25 from wandersonwhcr/feature/upgrade
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
wandersonwhcr committed Mar 31, 2021
2 parents 40182ed + c6b7cf8 commit 17845af
Show file tree
Hide file tree
Showing 9 changed files with 1,846 additions and 875 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phpunit.result.cache export-ignore
/docker-compose export-ignore
/docker-compose.yml export-ignore
/phpcs.xml.dist export-ignore
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.phpunit.result.cache
/vendor
25 changes: 11 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "MIT",
"keywords": ["laravel", "illuminate", "roman", "roman-number", "roman-numeral", "converter", "format", "validator"],
"require": {
"php": ">=7.2",
"wandersonwhcr/romans": "^1.0",
"illuminate/support": "^6.0"
"php": ">=7.4",
"wandersonwhcr/romans": "^1.3",
"illuminate/support": "^8.35"
},
"require-dev": {
"doctrine/instantiator": "^1.0",
"illuminate/container": "^6.0",
"illuminate/contracts": "^6.0",
"jakub-onderka/php-parallel-lint": "^0.9",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.3",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^2.8"
"doctrine/instantiator": "^1.4",
"illuminate/container": "^8.35",
"illuminate/contracts": "^8.35",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": "9.5.*",
"sebastian/phpcpd": "6.0.*",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand All @@ -42,9 +42,6 @@
]
},
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
},
"laravel": {
"providers": [
"Illuminate\\Romans\\Providers\\RomansProvider"
Expand Down
Loading

0 comments on commit 17845af

Please sign in to comment.