Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #55 from symfony-cmf/prepare-1.3
Browse files Browse the repository at this point in the history
prepare 1.3 release
  • Loading branch information
wouterj committed Apr 4, 2016
2 parents d720441 + d01f6e2 commit ad4e943
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 157 deletions.
3 changes: 3 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
preset: symfony

disabled: [phpdoc_to_comment]
2 changes: 1 addition & 1 deletion app/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Composer\Autoload\ClassLoader;

/**
* @var ClassLoader $loader
* @var ClassLoader
*/
$loader = require __DIR__.'/../vendor/autoload.php';

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"app/AppCache.php"
]
},
"minimum-stability": "RC",
"require": {
"php": "^5.3.9|^7.0",
"symfony/symfony": "~2.8",
Expand Down Expand Up @@ -79,4 +78,4 @@
"dev-master": "1.3-dev"
}
}
}
}
Loading

0 comments on commit ad4e943

Please # to comment.