{
    "name": "informational/sportssimulator",
    "description": "This package allow you to simulate a number of different team sports, basketball, baseball, tennis, boxing in classic php using a data driven simulator. Included is the basketball module.",
    "license": "(LGPL-2.1-only or GPL-3.0-or-later)",
    "keywords": ["simulator","sports"],
    "authors": [
        {
            "name": "softwaredeveloperca",
            "email": " [email protected]",
            "homepage": "http://www.software-developer.ca",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "SportsSimulator\\": "src/"
        }
    }
}
 
  |