Skip to content

Commit 0a0b055

Browse files
committed
we use autoload instead of separate includes
1 parent 5a832ac commit 0a0b055

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

bin/release.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

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';
12+
require_once __DIR__.'/../vendor/autoload.php';
2813

2914
if (!isset($argv[1])) {
3015
throw new Exception('You must provide version prefix.');

0 commit comments

Comments
 (0)