Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update composer & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rune.laenen committed Mar 3, 2021
1 parent 95c076c commit 06a9514
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
![Advanced Banners (digital publishing) for Shopware 6](https://user-images.githubusercontent.com/3930922/93712896-ea9be300-fb58-11ea-94a5-e14f64b15448.png)

Create layered, responsive banners & slideshows like you could do with the _Shopware 5 Digital Publishing_ plugin.
The plugin is compatible with PHP version 7.4 and higher.

Are you a happy user of the Advanced Banners plugin? Please consider giving our project a ⭐️ star on Github, or [buying the maintainer a cup of ☕️ coffee](https://www.buymeacoffee.com/runelaenen).

Expand Down
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@
"description": "Advanced Banners (Digital Publishing) plugin",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "2.0.1",
"autoload": {
"psr-4": {
"RuneLaenen\\AdvancedBanners\\": "src/"
}
},
"config": {
"platform": {
"php": "^7.4 || 8.0"
}
},
"authors": [
{
"name": "Rune Laenen",
"email": "rune@laenen.me",
"homepage": "https://laenen.me"
}
],
"extra": {
"shopware-plugin-class": "RuneLaenen\\AdvancedBanners\\RuneLaenenAdvancedBanners",
"plugin-icon": "src/Resources/config/plugin.png",
Expand Down

0 comments on commit 06a9514

Please sign in to comment.