Commit 44440b6 1 parent 7e770f5 commit 44440b6 Copy full SHA for 44440b6
File tree 2 files changed +20
-14
lines changed
2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.9] - 2021-05-30
8
+
9
+ ### Added
10
+
11
+ - PHP 8 support
12
+
7
13
## [ 1.0.8] - 2020-07-25
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 2
2
"name" : " bernskioldmedia/wp-dependency-checker" ,
3
3
"description" : " A modern way of checking for other plugin dependencies for your WordPress plugin." ,
4
4
"keywords" : [
5
- " wordpress"
5
+ " wordpress"
6
6
],
7
7
"homepage" : " https://bernskioldmedia.com" ,
8
8
"type" : " library" ,
9
9
"license" : " MIT" ,
10
10
"authors" : [
11
- {
12
- "name" : " Bernskiold Media" ,
13
- "email" : " info@bernskioldmedia.com"
14
- },
15
- {
16
- "name" : " Erik Bernskiold" ,
17
- "email" : " erik@bernskioldmedia.com"
18
- }
11
+ {
12
+ "name" : " Bernskiold Media" ,
13
+ "email" : " info@bernskioldmedia.com"
14
+ },
15
+ {
16
+ "name" : " Erik Bernskiold" ,
17
+ "email" : " erik@bernskioldmedia.com"
18
+ }
19
19
],
20
20
"require" : {
21
- "php" : " ^7.1"
21
+ "php" : " ^7.1|^8.0 "
22
22
},
23
23
"autoload" : {
24
- "psr-4" : {
25
- "BernskioldMedia\\ WP\\ WP_Dependency_Checker\\ " : " src/"
26
- }
24
+ "psr-4" : {
25
+ "BernskioldMedia\\ WP\\ WP_Dependency_Checker\\ " : " src/"
26
+ }
27
27
}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments