diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0439b5c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [neilime] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..314da79 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + day: friday + time: "04:00" + open-pull-requests-limit: 10 + versioning-strategy: increase diff --git a/README.md b/README.md index afa0f28..74ea4b2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ -# AssetsBundle - Zend Framework module +

+ +

+ [![Build Status](https://travis-ci.org/neilime/zf-assets-bundle.svg?branch=master)](https://travis-ci.org/neilime/zf-assets-bundle) [![Coverage Status](https://coveralls.io/repos/github/neilime/zf-assets-bundle/badge.svg)](https://coveralls.io/github/neilime/zf-assets-bundle) [![Latest Stable Version](https://poser.pugx.org/neilime/zf-assets-bundle/v/stable)](https://packagist.org/packages/neilime/zf-assets-bundle) [![Total Downloads](https://poser.pugx.org/neilime/zf-assets-bundle/downloads)](https://packagist.org/packages/neilime/zf-assets-bundle) [![License](https://poser.pugx.org/neilime/zf-assets-bundle/license)](https://packagist.org/packages/neilime/zf-assets-bundle) -[![Beerpay](https://beerpay.io/neilime/zf-assets-bundle/badge.svg)](https://beerpay.io/neilime/zf-assets-bundle) +[![Sponsor](https://img.shields.io/badge/%E2%9D%A4-Sponsor-ff69b4)](https://github.com/sponsors/neilime) 📢 __AssetsBundle__ is a module for Zend Framework 3+ providing assets management (minifier, bundler & cache) like Css, Js, Less and Scss, dedicated to current module, controller and action. @@ -21,7 +24,7 @@ This module is "development / production" environment aware. # Helping Project -❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project, you can support him on [![Beerpay](https://beerpay.io/neilime/zf-assets-bundle/badge.svg)](https://beerpay.io/neilime/zf-assets-bundle) Thank you! +❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project. You can [sponsor](https://github.com/sponsors/neilime) him. Thank you ! # Contributing @@ -32,8 +35,9 @@ This module is "development / production" environment aware. 1. [Installation](https://github.com/neilime/zf-assets-bundle/wiki/Installation) 2. [Use with Zend Skeleton Application](https://github.com/neilime/zf-assets-bundle/wiki/Use-with-Zend-Skeleton-Application) 3. [Configuration](https://github.com/neilime/zf-assets-bundle/wiki/Configuration) -4. [Custom Js](https://github.com/neilime/zf-assets-bundle/wiki/Custom-Js) -5. [Console tools](https://github.com/neilime/zf-assets-bundle/wiki/Console-tools) -6. [FAQ](https://github.com/neilime/zf-assets-bundle/wiki/FAQ) +4. [Usage for "development / production" environment](https://github.com/neilime/zf-assets-bundle/wiki/Usage-for-%22development---production%22-environment) +5. [Custom Js](https://github.com/neilime/zf-assets-bundle/wiki/Custom-Js) +6. [Console tools](https://github.com/neilime/zf-assets-bundle/wiki/Console-tools) +7. [FAQ](https://github.com/neilime/zf-assets-bundle/wiki/FAQ) 8. [Code Coverage](https://coveralls.io/github/neilime/zf-assets-bundle) 9. [PHP Doc](https://neilime.github.io/zf-assets-bundle/phpdoc) diff --git a/composer.json b/composer.json index 815f0cf..1f9c590 100644 --- a/composer.json +++ b/composer.json @@ -39,26 +39,26 @@ }, "require": { "php": ">=7.1", - "zendframework/zend-config": "^2.6 || ^3.0", - "zendframework/zend-console": "^2.6", - "zendframework/zend-eventmanager": "^3.0.1", - "zendframework/zend-http": "^2.5.4", - "zendframework/zend-modulemanager": "^2.7.2", - "zendframework/zend-mvc": "^3.0.1", - "zendframework/zend-mvc-console": "^1.1.9", - "zendframework/zend-servicemanager": "^3.1", - "zendframework/zend-view": "^2.8" + "zendframework/zend-config": "^3.3.0", + "zendframework/zend-console": "^2.8", + "zendframework/zend-eventmanager": "^3.2.1", + "zendframework/zend-http": "^2.11.2", + "zendframework/zend-modulemanager": "^2.8.4", + "zendframework/zend-mvc": "^3.1.1", + "zendframework/zend-mvc-console": "^1.2.0", + "zendframework/zend-servicemanager": "^3.4", + "zendframework/zend-view": "^2.11" }, "require-dev": { - "leafo/scssphp": "^0.7.7 || ^0.8.0", + "leafo/scssphp": "^0.8.4", "mrclay/jsmin-php": "^2.4", "neilime/lessphp": "^0.5.0", "oyejorge/less.php": "v1.7.0.14", - "php-coveralls/php-coveralls": "^2.1", + "php-coveralls/php-coveralls": "^2.5", "phpunit/phpunit": "^7.5", - "tedivm/jshrink": "^1.3", + "tedivm/jshrink": "^1.4", "tubalmartin/cssmin": "^4.1", - "zendframework/zend-test": "^3.2" + "zendframework/zend-test": "^3.3" }, "autoload": { "psr-4": { diff --git a/resources/banner.jpg b/resources/banner.jpg new file mode 100644 index 0000000..9346298 Binary files /dev/null and b/resources/banner.jpg differ diff --git a/resources/favicon.ico b/resources/favicon.ico new file mode 100644 index 0000000..3117612 Binary files /dev/null and b/resources/favicon.ico differ diff --git a/resources/logo.png b/resources/logo.png new file mode 100644 index 0000000..942ad62 Binary files /dev/null and b/resources/logo.png differ