Skip to content

Commit c2d8179

Browse files
author
Paul Schweppe
committed
[Support-php7.2] Updated to support php 7.2 and docker support
Added docker configuration Update Libs which should support php 7.2 PHP is limited to 7.2 due to lack of support for phpseclib and SSH2 Minor code refactor
1 parent 140226b commit c2d8179

File tree

1,478 files changed

+26017
-4308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,478 files changed

+26017
-4308
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Make GitHub ignore vendor libraries while computing language stats.
22
# See https://github.com/github/linguist#overrides.
33

4-
/src/VersionControl/GitControlBundle/Resources/public/* linguist-vendored=true
5-
/src/VersionControl/GitCommandBundle/Resources/public/* linguist-vendored=true
6-
/src/VersionControl/GithubIssueBundle/Resources/public/* linguist-vendored=true
7-
/src/VersionControl/GitlabIssueBundle/Resources/public/* linguist-vendored=true
4+
/app/src/VersionControl/GitControlBundle/Resources/public/* linguist-vendored=true
5+
/app/src/VersionControl/GitCommandBundle/Resources/public/* linguist-vendored=true
6+
/app/src/VersionControl/GithubIssueBundle/Resources/public/* linguist-vendored=true
7+
/app/src/VersionControl/GitlabIssueBundle/Resources/public/* linguist-vendored=true

.gitignore

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
/web/bundles/
2-
/app/bootstrap.php.cache
3-
/app/cache/*
4-
/app/config/parameters.yml
5-
/app/logs/*
6-
!app/cache/.gitkeep
7-
!app/logs/.gitkeep
8-
/build/
9-
/vendor/
10-
/bin/
11-
/composer.phar
12-
/Documentation/*.mwb.bak
13-
/nbproject/
1+
/app/web/bundles/
2+
/app/app/bootstrap.php.cache
3+
/app/app/cache/*
4+
/app/app/config/parameters.yml
5+
/app/app/logs/*
6+
!app/app/cache/.gitkeep
7+
!app/app/logs/.gitkeep
8+
/app/build/
9+
/app/vendor/
10+
/app/bin/
11+
/app/composer.phar
12+
/app/Documentation/*.mwb.bak
13+
/nbproject/
14+
.idea

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ php:
99
- 7.1
1010

1111
before_script:
12-
- cp app/config/parameters.yml.travis app/config/parameters.yml
12+
- cp app/app/config/parameters.yml.travis app/app/config/parameters.yml
13+
- cd app
1314
- composer install -n
1415
- git --version
1516
- git config --global user.email "test@travis-ci.org"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)