bushbaby/expose-fontawesome

BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project

Maintainers

👁 bushbaby

Package info

github.com/basz/BsbFontAwesome

pkg:composer/bushbaby/expose-fontawesome

Statistics

Installs: 34

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2013-02-02 20:16 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9de84f38363666bee012e17679c681b6ad4c0dc3

This package is auto-updated.

Last update: 2026-06-24 07:38:15 UTC


README

BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project.

Update your composer.json in your project root to include the following snipped

"require": {
 "bushbaby/fontawesome" : "1.*"
}

Additionally, since font awesome doesn't have a composer.json, add the following snipped to the composer.json in your project root.

"repositories" : [
 {
 "type": "package",
 "package": {
 "version": "3.0.0",
 "name": "fortawesome/fontawesome",
 "source": {
 "type": "git",
 "url": "https://github.com/FortAwesome/Font-Awesome.git",
 "reference": "3.0.0"
 }
 }
 }
],