Commit graph

84 commits

Author SHA1 Message Date
mAAdhaTTah 54f6cbc606 Switch to local phpunit
This ensures consistency across platforms and testing by using the same version of PHPUnit, rather than whatever is globally installed by the system.
2015-07-27 09:24:08 -04:00
Jonathan Reinink f2b4fed89a Merge pull request #43 from hassankhan/readme-fixes
Readme fixes
2015-06-26 19:54:41 -04:00
Jonathan Reinink a6e6d910e3 Merge pull request #45 from krienow/patch-1
use composer test
2015-06-26 19:44:27 -04:00
Kai Rienow 7f8729f5a7 use composer test 2015-06-27 01:38:04 +02:00
Hassan Khan 25f5a75992 Forgot to update image alt text 2015-06-24 09:24:44 +01:00
Hassan Khan 1f6dcfb74d Moved all links to the bottom of README.md 2015-06-24 09:20:36 +01:00
Frank de Jonge 0c5d9123e5 Merge pull request #39 from ravage84/patch-1
Do not call ocular in PHP 7.0 and HHVM
2015-06-19 17:57:35 +02:00
Frank de Jonge c5f84b07b8 Merge pull request #40 from ravage84/patch-2
Use Packagist Release badge instead of GH release
2015-05-19 17:45:46 +02:00
Marc Würth 6012b85273 Use Packagist Release badge instead of GH release
Because most repos don't do releases, they just tag their revisons. Which suffices for Composer/Packagist - but the current badge would simply state "Release: None"...

Alternatively the GH Tag badge could be used instead.
2015-05-19 17:44:35 +02:00
Marc Würth d16a3df4ad Do not call ocular in PHP 7.0 and HHVM
We cannot be dead certain that those support code coverage, so they would break the Scrutinizer build the following message "Scrutinizer was notified that the tests failed." even though all builds succeeded.

At the moment HHVM seems to work, excluding it nonetheless.
Also now it correlates with three runs configured in 13bd2abaeb/.scrutinizer.yml (L23)
2015-05-18 20:24:20 +02:00
Phil Sturgeon 13bd2abaeb Merge pull request #36 from boekkooi/patch-1
[Travis] Test lowest version dependencies
2015-05-18 09:42:24 -04:00
Phil Sturgeon 30097c3fbe Merge pull request #38 from ravage84/patch-1
Added end_of_line & some more info about this file
2015-05-14 14:35:52 -04:00
Marc Würth 2a8211797a Added end_of_line & some more info about this file
> It is acceptable and often preferred to leave certain EditorConfig properties unspecified. For example [...] if a property is not standardized in your project (end_of_line for example), it may be best to leave it blank.

http://editorconfig.org/#file-format-details

I added ``end_of_line`` nonetheless, as I think there is an agreement to always use ``lf``.
2015-05-14 20:09:24 +02:00
Phil Sturgeon bfaf20e4ad Merge pull request #37 from RobLoach/patch-1
Update testing to document composer test
2015-05-14 13:46:41 -04:00
Rob Loach afb7141526 docs(testing): Update testing to use composer test
https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
2015-05-14 10:45:15 -07:00
Warnar Boekkooi e9280a2a1e [Travis] Test lowest version dependencies 2015-05-14 12:12:35 +08:00
Phil Sturgeon 27f3e58f81 Merge pull request #35 from ravage84/patch-2
Encourage developers to read the change log
2015-05-13 18:46:33 -04:00
Marc Würth 51453a2890 Encourage developers to read the change log 2015-05-13 20:56:38 +02:00
Phil Sturgeon 305344b87b Merge pull request #7 from RobLoach/add/scripts
Add use of Composer scripts
2015-05-13 14:07:07 -04:00
Phil Sturgeon ee356faf89 Merge pull request #24 from EmanueleMinotto/editorconfig
Added editor configuration
2015-05-13 14:02:41 -04:00
Phil Sturgeon 28850e370f Merge pull request #32 from DaSourcerer/patch-1
Update CONTRIBUTING.md
2015-04-30 10:38:56 -04:00
DaSourcerer d7a7695bca Update CONTRIBUTING.md
Not everyone may be familiar with the term (or the details of) "squashing." A link to the git documentation would be helpful in this case.
2015-04-28 21:49:03 +02:00
Phil Sturgeon 064acec279 Merge pull request #31 from schmittjoh/patch-1
simplifies configuration
2015-04-25 13:51:02 -04:00
Johannes 1afcc15c1c simplifies configuration
This removes a few settings that had no effect anymore.
2015-04-25 19:15:22 +02:00
Frank de Jonge c2ff910490 Merge pull request #25 from TomasVotruba/patch-1
travis: PHP 7.0 nightly added
2015-04-20 20:46:36 +02:00
Frank de Jonge 7515ae1ee9 Merge pull request #27 from Jeroen-G/patch-1
Removed --dev flag
2015-04-20 20:46:23 +02:00
Phil Sturgeon 0fc44f2e89 Removed PHP 5.3 2015-03-26 13:13:01 -04:00
Phil Sturgeon 9f9c64b628 Merge pull request #29 from vieirasantosn/patch-1
Added php 7.0 and allow it to fail
2015-03-26 13:12:45 -04:00
Vieira 291539ad51 Added php 7.0 and allow it to fail
Added php 7.0 and allow it to fail
2015-03-26 13:20:47 -03:00
Phil Sturgeon d270b8039c Merge pull request #28 from grrnikos/patch-1
Update SkeletonClass.php
2015-03-25 16:18:29 -04:00
Nikos Gr 9a3567be1f Update SkeletonClass.php 2015-03-25 22:17:39 +02:00
JeroenG 40c7e9111f Removed --dev flag
According to Travis-Ci, "You are using the deprecated option "dev". Dev packages are installed by default now."
2015-03-02 23:54:52 +01:00
Tomáš Votruba 0e38e0e7fa travis: PHP 7.0 nightly added 2015-02-27 11:35:07 +01:00
Emanuele Minotto fd37bbbf6c Added editor configuration 2015-02-25 13:00:47 +01:00
Jonathan Reinink 2da424a3f7 Merge pull request #22 from dstockto/patch-1
Typo in README.md
2015-02-20 07:56:30 -05:00
David Stockton 02c1506fb7 Typo in README.md 2015-02-19 23:45:35 -07:00
Rob Loach 1d40babb28 Update composer test to simply use phpunit 2015-02-16 13:03:39 -05:00
Christopher Pitt 3951c67ebf Reverting 2015-02-06 09:13:13 +13:00
Christopher Pitt e265c69ce8 Updated package name to be able to submit to Packagist 2015-02-06 09:08:02 +13:00
Phil Sturgeon fb9db2f295 Merge pull request #19 from hassankhan/master
Add Ocular as dev-dependency, fixes HHVM issues too apparently
2015-02-04 18:22:27 -05:00
Hassan Khan ed7b0255bb Add Ocular as dev-dependency, fixes HHVM issues too apparently 2015-02-04 23:19:18 +00:00
Phil Sturgeon 61e8f8b28c Add a security section 2015-02-04 14:40:00 -05:00
Frank de Jonge 1251aeff17 Merge pull request #17 from browner12/patch-1
remove duplicate field
2015-01-29 10:27:32 +01:00
Frank de Jonge 95e7b60f67 Merge pull request #18 from browner12/patch-2
new year
2015-01-29 10:25:58 +01:00
Andrew cdb57e1b72 new year
update copyright year
2015-01-29 00:53:43 -06:00
Andrew 267b3e1b73 remove duplicate field
the `:author_website` option was listed twice
2015-01-29 00:46:25 -06:00
Jonathan Reinink f5f3e1c8ba Merge pull request #16 from TomasVotruba/patch-1
Readme: use relative paths to CONTRIBUTING.md and contributors
2015-01-26 18:19:59 -05:00
Tomáš Votruba 3da4946c9b Readme: use relative paths to CONTRIBUTING.md and contributors 2015-01-27 00:08:55 +01:00
Jonathan Reinink 88e716576f Merge pull request #15 from SDIS62/harmonize-package-variables
Harmonize package variables
2015-01-08 14:27:37 -05:00
Kévin DUBUC d7806040d4 fix syntax in CHANGELOG.md 2014-12-30 16:33:52 +01:00