Skip to content

Commit

Permalink
Dependencies: Cleanup
Browse files Browse the repository at this point in the history
This removes ZF2 zend-db module and PHP extension dependencies
to different database backends no longer required.
  • Loading branch information
fbergkemper committed Sep 12, 2016
1 parent 19c3924 commit cb7f5a3
Show file tree
Hide file tree
Showing 203 changed files with 3 additions and 24,690 deletions.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -34,7 +34,6 @@
"zendframework/zend-modulemanager": "2.4.*",
"zendframework/zend-cache": "2.4.*",
"zendframework/zend-log": "2.4.*",
"zendframework/zend-db": "2.4.*",
"zendframework/zend-console": "2.4.*",
"zendframework/zend-http": "2.4.*",
"zendframework/zend-escaper": "2.4.*",
Expand Down
3 changes: 0 additions & 3 deletions debian/control
Expand Up @@ -18,9 +18,6 @@ Depends: apache2 | httpd, libapache2-mod-php | libapache2-mod-php5 | libapache2-
php-date | php5-date | php7-date,
php-intl | php5-intl | php7-intl,
php-json | php5-json | php7-json,
php-mysql | php5-mysql | php7-mysql,
php-pgsql | php5-pgsql | php7-pgsql,
php-sqlite | php5-sqlite | php7-sqlite | php-sqlite3 | php5-sqlite3 | php7-sqlite3,
php-curl | php5-curl | php7-curl,
php-gettext | php5-gettext | php7-gettext,
${misc:Depends}
Expand Down
6 changes: 3 additions & 3 deletions packaging/obs/bareos-webui.spec
Expand Up @@ -34,12 +34,12 @@ Requires: php-json
Requires: php-libxml
%endif
Requires: php-mbstring
Requires: php-mysql
#Requires: php-mysql
Requires: php-openssl
Requires: php-pcre
Requires: php-pdo
#Requires: php-pdo
#Requires: php-pecl
Requires: php-pgsql
#Requires: php-pgsql
Requires: php-reflection
Requires: php-session
Requires: php-simplexml
Expand Down
3 changes: 0 additions & 3 deletions vendor/zendframework/zend-db/.coveralls.yml

This file was deleted.

229 changes: 0 additions & 229 deletions vendor/zendframework/zend-db/CONTRIBUTING.md

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/zendframework/zend-db/LICENSE.txt

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/zendframework/zend-db/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions vendor/zendframework/zend-db/composer.json

This file was deleted.

0 comments on commit cb7f5a3

Please sign in to comment.