2017 © Pedro Peláez
 

library expose-fontawesome

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

image

bushbaby/expose-fontawesome

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

  • Saturday, February 2, 2013
  • by bushbaby
  • Repository
  • 1 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BsbFontAwesome

BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project., (*1)

Update your composer.json in your project root to include the following snipped, (*2)

"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., (*3)

"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"
            }
        }
    }
],

The Versions

02/02 2013

dev-master

9999999-dev https://github.com/basz/BsbFontAwesome

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

  Sources   Download

MIT

The Requires

 

02/02 2013

1.0.0

1.0.0.0 https://github.com/basz/BsbFontAwesome

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

  Sources   Download

MIT

The Requires