Commit Graph

20 Commits

Author SHA1 Message Date
Alexey Kopytko c98a4309ac
Add CS workflows (#30) 2021-01-01 20:11:42 +09:00
Claas Augner 4cc9023ff1
Update info URL in composer.json (#28)
* Update info URL in composer.json

The composer package description is displayed when running `composer outdated`. The current URL refers to the old PEAR package page, which doesn't contain any information about the latest release.

* Update composer.json

Co-authored-by: Alexey Kopytko <alexey@kopytko.com>
2020-09-14 17:39:46 +09:00
Alexey Kopytko 2104feddf4
Integrate Coveralls coverage reporting 2020-01-30 04:57:48 +09:00
Alexey Kopytko 298f3abe8e
Introduce PHP CS Fixer 2019-12-26 00:01:13 +09:00
Alexey Kopytko fb86a4c42d
Normalize composer.json 2019-12-25 23:46:16 +09:00
Alexander Dmitryuk 58f64dd649 php7.4 curved brackets deprecation (#20)
* php7.4 curved brackets deprecation

* travis 7.4 support

* change php 8.0 to 7.5

Co-Authored-By: Alexey Kopytko <alexey@kopytko.com>
2019-12-13 14:30:32 +09:00
Alexey Kopytko 1c5726ef4a
Update composer.json
Updated OLE should now work on PHP 7.3
2018-10-31 13:19:37 +09:00
Ken Guest 02f0f99959
Merge pull request #17 from sanmai/pr/license-update
Use specific license tag (passes `composer validate`)
2018-10-23 08:50:00 +01:00
Alexey Kopytko 2fc22c490b
Updated CI config for Travis, preload OLE (#16)
* Test only on supported PHP versions on Travis CI.

* Preload OLE.php as contains important constants.
Were getting: Use of undefined constant OLE_PPS_TYPE_FILE - assumed 'OLE_PPS_TYPE_FILE' (this will throw an Error in a future version of PHP) in OLE/PPS/File.php:60

* Forbid installing on PHP 7.3 for time being.
pear/OLE does not really work on PHP 7.3, so this package is also unusable there.
2018-10-23 10:53:35 +09:00
Alexey Kopytko d27368cc76 Use specific license tag (passes `composer validate`)
There's this license announcement:
https://pear.php.net/group/docs/20040402-la.php

It links to the LGPL Version 3, but in 2004 there was only 2.1. So it
seems like that actual license definition must be LGPL-2.1 or later.
2018-10-23 10:27:44 +09:00
Alexey Kopytko 096c12c43c composer.json: update to the stable supported PHPUnit branch below version 6 2017-05-24 10:35:19 +09:00
Alexey Kopytko 21d8e6a7a6 composer.json: prefer stable versions 2017-05-24 10:07:00 +09:00
Alexey Kopytko c704c18072 composer.json: added myself as a point of contact 2017-05-24 10:06:44 +09:00
Alexey Kopytko a3abd77380 composer.json: depend on pear-core-minimal instead
Packages we depend on depend on it anyway, but pear/pear is in conflict with -minimal as of writing.
2017-02-19 21:58:14 +09:00
Alwin Pacheco cdbbe86d85 Update composer.json
We can't afford using the latest version of phpunit if we want php 5.3.* compatibility
2016-12-31 09:17:30 -04:00
Alexey Kopytko 760a4dd307 Fixed autoloading for tests 2016-06-16 13:22:23 +09:00
stevleibelt 3d299d9938 started unit test fixed error for Spreadsheet_Excel_Writer_Workbook::setVersion() 2016-01-17 21:24:28 +01:00
stevleibelt b3be543ba3 updated require_once status, replaced var with either public or protected visibility. also prefixed functions with eher public or protected (if method name starts with _ it will be protected). also updated composer.json 2016-01-07 23:01:38 +01:00
till bcc91b2167 Enhancement: composer setup 2014-02-17 23:38:45 +01:00
till 847526410e Enhancement: composer setup 2014-02-17 17:35:36 +01:00