Skip to content

Commit

Permalink
Merge pull request #9 from ARCANEDEV/update-laravel_7.x_support
Browse files Browse the repository at this point in the history
Adding Laravel 7 support
  • Loading branch information
arcanedev-maroc authored Aug 30, 2020
2 parents cb51a47 + 66b83d9 commit 6566783
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2018 | ARCANEDEV <[email protected]> - Agent
Copyright (c) 2017-2020 | ARCANEDEV <[email protected]> - Agent

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Agent/release

### Features

* Laravel `5.1` to `6.x` are Supported.
* Laravel `5.1` to `7.x` are Supported.
* Easy setup & configuration.
* Well tested (100% code coverage with maximum code quality).
* Made with :heart: &amp; :coffee:.
Expand All @@ -41,7 +41,7 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
- [All Contributors][link-contributors]

[badge_license]: https://img.shields.io/packagist/l/arcanedev/agent.svg?style=flat-square
[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_build]: https://img.shields.io/travis/ARCANEDEV/Agent.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Agent.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Agent.svg?style=flat-square
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.2.0",
"arcanedev/support": "^5.2",
"php": "^7.2.5",
"arcanedev/support": "^7.1",
"piwik/device-detector": "^3.13"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6566783

Please sign in to comment.