Skip to content

Commit

Permalink
update font awesome and require php 5.3.3 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Feb 9, 2023
1 parent 105e684 commit da494a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "ed-itsolutions/wp-fontawesome",
"description": "Simple easy to bundle font-awesome for WordPress",
"require": {
"php": "^5.3.3 || ^7.0",
"fortawesome/font-awesome": "^5.15"
"php": ">5.3.3",
"fortawesome/font-awesome": "^6.3"
},
"license": "MIT",
"authors": [
{
"name": "Adam Laycock",
"email": "adam@arcath.net",
"homepage": "https://www.arcath.net",
"email": "adam@alaycock.co.uk",
"homepage": "https://www.alaycock.co.uk",
"role": "Developer"
}
],
Expand Down
46 changes: 11 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da494a8

Please sign in to comment.