We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a832ac commit 0a0b055Copy full SHA for 0a0b055
bin/release.php
@@ -9,22 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-/**
13
- * Release script.
14
- *
15
- * Usage: php data/bin/release.php 1.3.0 stable
16
17
- * @author Fabien Potencier <fabien.potencier@symfony-project.com>
18
19
- * @version SVN: $Id$
20
- */
21
-require_once __DIR__.'/../../lib/exception/sfException.class.php';
22
-
23
-require_once __DIR__.'/../../lib/task/sfFilesystem.class.php';
24
25
-require_once __DIR__.'/../../lib/util/sfFinder.class.php';
26
27
-require_once __DIR__.'/../../lib/vendor/lime/lime.php';
+require_once __DIR__.'/../vendor/autoload.php';
28
29
if (!isset($argv[1])) {
30
throw new Exception('You must provide version prefix.');
0 commit comments