File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 3333 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434
3535 - name : Cache dependencies installed with composer
36- uses : actions/cache@v2
36+ uses : actions/cache@v3
3737 with :
3838 path : ${{ env.COMPOSER_CACHE_DIR }}
3939 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 1- osslifecycle=active
1+ osslifecycle=archived
Original file line number Diff line number Diff line change 22
33Dotkernel web starter package suitable for frontend applications.
44
5+ ## Version History
56
6- ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/frontend )
7+ | Branch | Release | PSR-11 | OSS Lifecycle | PHP Version |
8+ | --------| ----------| --------| -------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------|
9+ | 5.0 | ` >= 5.0 ` | 1 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F5.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/5.1.0 ) |
10+ | 4.0 | ` < 5.0 ` | 1 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F4.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/4.2.1 ) |
11+ | 3.0 | ` < 4.0 ` | 1 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F3.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/3.3 ) |
12+
13+ ## Badges
714
15+ ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/frontend )
816
917[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/frontend )] ( https://github.com/dotkernel/frontend/issues )
1018[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/frontend )] ( https://github.com/dotkernel/frontend/network )
Original file line number Diff line number Diff line change 22
33## Supported Versions
44
5-
6- | Version | Supported |
7- | ------- | ------------------ |
8- | 4.x | :white_check_mark : |
9- | 3.x | :white_check_mark : |
10- | <= 2.0 | :x : |
11-
5+ | Version | Supported | PHP Version |
6+ | ---------| -------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------|
7+ | 5.0 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F5.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/5.1.0 ) |
8+ | 4.0 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F4.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/4.2.1 ) |
9+ | 3.0 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Ffrontend%2Fblob%2F3.0%2FOSSMETADATA ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/frontend/3.3 ) |
1210
1311## Reporting Potential Security Issues
1412
You can’t perform that action at this time.
0 commit comments