Skip to content

Instantly share code, notes, and snippets.

@AlainT
AlainT / composer.json
Created April 25, 2016 14:19
mon composer.json
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/" , "tedious/fetch": "vendor/tedivm/fetch/" }
},
"repositories": [