Skip to content

Commit e76a0f5

Browse files
committed
Update everything.
1 parent 12c744f commit e76a0f5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2"
19+
"php": ">=7.4"
2020
},
2121
"require-dev": {
2222
"ergebnis/composer-normalize": "^2.0",
2323
"ergebnis/phpstan-rules": "^1.0",
2424
"humanmade/coding-standards": "^1.1",
2525
"phpcompatibility/php-compatibility": "^9.3",
26-
"phpstan/phpstan": "^1.8",
27-
"phpstan/phpstan-phpunit": "^1.1",
28-
"phpstan/phpstan-strict-rules": "^1.3",
29-
"wp-hooks/wordpress-core": "^1.2",
26+
"phpstan/phpstan": "^1.10",
27+
"phpstan/phpstan-phpunit": "^1.3",
28+
"phpstan/phpstan-strict-rules": "^1.5",
29+
"wp-hooks/wordpress-core": "^1.5",
3030
"yoast/phpunit-polyfills": "^1.0"
3131
},
3232
"autoload": {

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="WP Hooks API">
3-
<config name="testVersion" value="7.2-"/>
3+
<config name="testVersion" value="7.4-"/>
44
<arg name="extensions" value="php"/>
55
<arg value="s"/>
66

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# WP Hooks API
22

3-
This is a library for interacting with a list of WordPress hooks that have been generated by WP Hooks Generator.
3+
This is a library for interacting with a list of WordPress hooks that have been generated by [WP Hooks Generator](https://github.com/wp-hooks/generator).
44

55
## Status
66

77
Work in progress. Don't use this.
88

99
## Requirements
1010

11-
* PHP 7.2+ or PHP 8+
11+
* PHP 7.4 or PHP 8+
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)