File tree 6 files changed +313
-305
lines changed
6 files changed +313
-305
lines changed Original file line number Diff line number Diff line change 85
85
- ' 7.3'
86
86
- ' 7.4'
87
87
- ' 8.0'
88
+ - ' 8.1'
88
89
89
90
steps :
90
91
- name : " Checkout code"
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: Packagist heartbeat
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 1/16 3-9 * * *'
5
+ - cron : ' 1/16 4-10 * * *'
6
6
workflow_dispatch :
7
7
8
8
jobs :
9
- package-test :
9
+ package-test2 :
10
10
name : " Composer package install test"
11
11
runs-on : " ubuntu-latest"
12
12
strategy :
13
13
matrix :
14
14
php-version :
15
- - ' 8.0 '
15
+ - ' 8.1 '
16
16
steps :
17
17
- name : Install dependencies
18
- run : composer require ouxsoft/phpmarkup
18
+ run : echo "{}" >> composer.json && composer require ouxsoft/phpmarkup
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ All releases must adhere to [SemVer 2](https://semver.org/) naming convention an
11
11
## PHPMarkup [ Unreleased]
12
12
Released: TBA. Notable changes:
13
13
14
+ ## PHPMarkup 4.3.0
15
+ Released: 2022-01-01. Notable changes:
16
+ * Changed: Add PHP 8.1 support.
17
+
14
18
## PHPMarkup 4.2.6
15
19
Released: 2021-10-08. Notable changes:
16
20
* Changed: Marker attribute removal to end routine.
Original file line number Diff line number Diff line change 6
6
[ ![ Docs Status] ( https://readthedocs.org/projects/phpmarkup/badge/?version=latest&style=flat )] ( https://readthedocs.org/projects/phpmarkup )
7
7
8
8
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/Ouxsoft/phpmarkup.svg )] ( https://packagist.org/packages/Ouxsoft/phpmarkup )
9
- [ ![ PHP Versions Supported] ( https://img.shields.io/badge/php-7.3%20to%208.0 -777bb3.svg?logo=php&logoColor=white&labelColor=555555 )] ( https://api.travis-ci.com/Ouxsoft/phpmarkup.svg?branch=master&status=passed )
9
+ [ ![ PHP Versions Supported] ( https://img.shields.io/badge/php-7.3%20to%208.1 -777bb3.svg?logo=php&logoColor=white&labelColor=555555 )] ( https://api.travis-ci.com/Ouxsoft/phpmarkup.svg?branch=master&status=passed )
10
10
[ ![ License] ( https://img.shields.io/badge/license-MIT-428f7e.svg?logo=open%20source%20initiative&logoColor=white&labelColor=555555 )] ( https://github.com/Ouxsoft/phpmarkup/blob/master/LICENSE )
11
11
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/Ouxsoft/phpmarkup.svg )] ( https://packagist.org/packages/Ouxsoft/phpmarkup )
12
12
Original file line number Diff line number Diff line change 17
17
"issues" : " https://github.com/Ouxsoft/phpmarkup/issues"
18
18
},
19
19
"require" : {
20
- "php" : " ^7.3 || ~8.0 .0" ,
20
+ "php" : " ^7.3 || ^8 .0" ,
21
21
"ext-dom" : " *" ,
22
22
"ext-json" : " *" ,
23
23
"ext-libxml" : " *" ,
You can’t perform that action at this time.
0 commit comments