Skip to content

Commit c7f03ec

Browse files
committed
#159 #58 Merge branch 'develop' of https://github.com/RomanSyroeshko/PHPWord into develop
2 parents 8a54b22 + c305273 commit c7f03ec

File tree

226 files changed

+6735
-7847
lines changed

Some content is hidden

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

226 files changed

+6735
-7847
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 5.3.3
45
- 5.3
56
- 5.4
67
- 5.5
@@ -11,14 +12,15 @@ matrix:
1112
allow_failures:
1213
- php: 5.6
1314
- php: hhvm
14-
15+
1516
before_script:
1617
## Composer
1718
- curl -s http://getcomposer.org/installer | php
1819
- php composer.phar install --prefer-source
20+
- composer selfupdate --quiet
1921
## PHP_CodeSniffer
20-
#- pyrus install pear/PHP_CodeSniffer
21-
#- phpenv rehash
22+
- pyrus install pear/PHP_CodeSniffer
23+
- phpenv rehash
2224
## PHP Copy/Paste Detector
2325
#- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
2426
## PHP Mess Detector
@@ -33,13 +35,13 @@ before_script:
3335

3436
script:
3537
## PHP_CodeSniffer
36-
## - phpcs --standard=PSR1 Classes/
37-
## - phpcs --standard=PSR2 Classes/
38+
- phpcs --standard=PSR1 -n src/
39+
- phpcs --standard=PSR2 -n src/
3840
## PHP Copy/Paste Detector
39-
#- php phpcpd.phar --verbose Classes/
41+
#- php phpcpd.phar --verbose src/
4042
## PHP Mess Detector
41-
#- phpmd Classes/ text unusedcode,naming,design
43+
#- phpmd src/ text unusedcode,naming,design
4244
## PHPLOC
43-
#- php phploc.phar Classes/
45+
#- php phploc.phar src/
4446
## PHPUnit
4547
- phpunit -c ./ --coverage-text

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version are listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
3+
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
44

55
## 0.9.0 - Not yet released
66

Classes/PHPWord.php

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)