Skip to content

Commit

Permalink
Merge pull request #31 from ARCANEDEV/update-laravel_7
Browse files Browse the repository at this point in the history
Updating the package to support Laravel 7
  • Loading branch information
arcanedev-maroc committed Mar 5, 2020
2 parents 470d6a8 + d330487 commit 1342153
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,7 @@ This package is inspired/based on [illuminate/html](https://github.com/illuminat
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.1` to `6.x` are supported.
* Laravel `5.1` to `7.x` are supported.
* Made with :heart: & :coffee:.

## Table of contents
Expand All @@ -46,7 +46,7 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
- [LaravelCollective](https://github.com/LaravelCollective/html)
- [All Contributors][link-contributors]

[badge_laravel]: https://img.shields.io/badge/Laravel-5.1%20to%206.x-orange.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/Laravel-5.1%20to%207.x-orange.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-html.svg?style=flat-square
[badge_build]: https://img.shields.io/github/workflow/status/ARCANEDEV/LaravelHtml/run-tests?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelHtml.svg?style=flat-square
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Expand Up @@ -14,16 +14,15 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.2.0",
"arcanedev/php-html": "^3.1",
"arcanedev/support": "^5.1.1"
"php": "^7.2.5",
"arcanedev/php-html": "^4.0",
"arcanedev/support": "^7.0"
},
"require-dev": {
"ext-dom": "*",
"orchestra/testbench": "^4.6",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.3.1",
"phpunit/phpcov": "^6.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.5|^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -42,5 +41,7 @@
"Arcanedev\\LaravelHtml\\HtmlServiceProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 1342153

Please sign in to comment.