Skip to content

Switched to submodules #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
phpunit.xml
autoload.php
/vendor/
27 changes: 27 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[submodule "vendor/doctrine"]
path = vendor/doctrine
url = git://github.com/doctrine/doctrine2.git
[submodule "vendor/doctrine-data-fixtures"]
path = vendor/doctrine-data-fixtures
url = git://github.com/doctrine/data-fixtures
[submodule "vendor/doctrine-dbal"]
path = vendor/doctrine-dbal
url = git://github.com/doctrine/dbal.git
[submodule "vendor/doctrine-common"]
path = vendor/doctrine-common
url = git://github.com/doctrine/common.git
[submodule "vendor/doctrine-migrations"]
path = vendor/doctrine-migrations
url = git://github.com/doctrine/migrations.git
[submodule "vendor/doctrine-mongodb"]
path = vendor/doctrine-mongodb
url = git://github.com/doctrine/mongodb-odm.git
[submodule "vendor/swiftmailer"]
path = vendor/swiftmailer
url = git://github.com/swiftmailer/swiftmailer.git
[submodule "vendor/twig"]
path = vendor/twig
url = git://github.com/fabpot/Twig.git
[submodule "vendor/zend"]
path = vendor/zend
url = git://github.com/zendframework/zf2.git
37 changes: 0 additions & 37 deletions install_vendors.sh

This file was deleted.

30 changes: 0 additions & 30 deletions update_vendors.sh

This file was deleted.

1 change: 1 addition & 0 deletions vendor/doctrine
Submodule doctrine added at 6cd0fe
1 change: 1 addition & 0 deletions vendor/doctrine-common
Submodule doctrine-common added at ecc8c9
1 change: 1 addition & 0 deletions vendor/doctrine-data-fixtures
Submodule doctrine-data-fixtures added at e4799a
1 change: 1 addition & 0 deletions vendor/doctrine-dbal
Submodule doctrine-dbal added at e8734a
1 change: 1 addition & 0 deletions vendor/doctrine-migrations
Submodule doctrine-migrations added at 75354d
1 change: 1 addition & 0 deletions vendor/doctrine-mongodb
Submodule doctrine-mongodb added at e01c60
1 change: 1 addition & 0 deletions vendor/swiftmailer
Submodule swiftmailer added at b7a116
1 change: 1 addition & 0 deletions vendor/twig
Submodule twig added at 1d2afa
1 change: 1 addition & 0 deletions vendor/zend
Submodule zend added at 47332b