Skip to content

Commit da494a8

Browse files
committed
update font awesome and require php 5.3.3 or greater
1 parent 105e684 commit da494a8

File tree

2 files changed

+15
-39
lines changed

2 files changed

+15
-39
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "ed-itsolutions/wp-fontawesome",
33
"description": "Simple easy to bundle font-awesome for WordPress",
44
"require": {
5-
"php": "^5.3.3 || ^7.0",
6-
"fortawesome/font-awesome": "^5.15"
5+
"php": ">5.3.3",
6+
"fortawesome/font-awesome": "^6.3"
77
},
88
"license": "MIT",
99
"authors": [
1010
{
1111
"name": "Adam Laycock",
12-
"email": "adam@arcath.net",
13-
"homepage": "https://www.arcath.net",
12+
"email": "adam@alaycock.co.uk",
13+
"homepage": "https://www.alaycock.co.uk",
1414
"role": "Developer"
1515
}
1616
],

composer.lock

Lines changed: 11 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)