1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Commit Graph

54 Commits

Author SHA1 Message Date
Niklas Keller
7e40a05dc7 Require PHPUnit 5 as lowest version 2017-01-07 18:31:25 +01:00
Niklas Keller
c7aa4590bf Fix promise test requirement 2017-01-07 15:53:55 +01:00
Niklas Keller
ae69e92266 Update to promise 0.4.0 and event-loop 0.5.0, add humbug config 2017-01-07 13:47:45 +01:00
Aaron Piotrowski
0659f6f3ee Update to loop standard v0.4 2016-12-29 16:54:10 -06:00
Aaron Piotrowski
5651240615 Update to promise spec v0.3
Dropped strict-types due to spec requiring weak types in callbacks.
2016-12-29 16:29:27 -06:00
Aaron Piotrowski
9927ad5b4f Awaitable → Promise 2016-11-14 13:59:21 -06:00
Aaron Piotrowski
94e66ce08b Update loop standard dependency 2016-09-09 18:05:13 -05:00
Bob Weinand
7c9a004024 Fix composer build (0.2 for event-loop) 2016-08-15 15:47:26 +02:00
Aaron Piotrowski
69ec812bc0 Require PHP 7 2016-08-11 14:52:40 -05:00
Aaron Piotrowski
bf716f4efe Merge pull request #48 from mickaelandrieu/patch-1 2016-07-25 11:17:40 -05:00
Aaron Piotrowski
5da5fd5662 Update phpunit version 2016-07-25 11:11:35 -05:00
Mickaël Andrieu
c3674022bd updated PHP CS Fixer to new organization 2016-07-23 00:43:16 +02:00
Aaron Piotrowski
0925a59db2 Update branch alias 2016-07-20 08:53:58 -05:00
Aaron Piotrowski
ade997688a Merge branch 'awaitable' into v2 2016-07-18 23:20:05 -05:00
Aaron Piotrowski
3f654cbd5b Initial tests plus some fixes 2016-07-12 11:20:06 -05:00
Aaron Piotrowski
6d263ffb84 Drop Awaitable from namespace 2016-05-23 22:48:28 -05:00
Aaron Piotrowski
c7f64ce2c0 Initial commit 2016-05-21 09:44:52 -05:00
Niklas Keller
de76032225 Add branch alias for dev-master 2015-08-18 13:41:13 +02:00
Bob Weinand
bceb6f15d9 Try fixing coveralls 2015-08-07 17:20:45 +02:00
Bob Weinand
5ed70577fc Fully move coveralls integration into .travis.yml 2015-08-02 21:59:44 +02:00
Bob Weinand
f32fb8373b Add phpdbg coverage on travis 2015-08-01 23:36:59 +02:00
Daniel Lowrey
94911a744f update composer ahead of v1 2015-07-27 13:37:05 -04:00
Daniel Lowrey
28a5f5d905 update 1.0.0-dev branch alias to point at master 2015-07-23 01:35:59 -04:00
Daniel Lowrey
4095aabbfc update composer 2015-07-22 13:12:29 -04:00
Daniel Lowrey
924db14af8 update composer 2015-07-22 11:42:16 -04:00
Daniel Lowrey
4184d07610 support file updates 2015-07-19 13:33:39 -04:00
Daniel Lowrey
0bad356c2d use branch-alias 1.1.0-dev for master 2015-05-20 18:30:06 -04:00
Daniel Lowrey
772f9fdcfb fix json syntax derp 2015-05-12 15:23:53 -04:00
Daniel Lowrey
a17a624256 update support files 2015-05-12 15:18:28 -04:00
Daniel Lowrey
515403077e update composer.json 2015-05-12 15:03:24 -04:00
Daniel Lowrey
7967bec394 allow php7 in composer.json 2015-05-04 12:48:29 -04:00
Daniel Lowrey
cddb8e9f08 Backport API changes to 5.5+ compat 2015-05-04 12:48:29 -04:00
Daniel Lowrey
5f4509312f sigh ... add phpunit to composer requires 2015-04-29 12:53:40 -04:00
Daniel Lowrey
192627cf94 F U composer php version requirement 2015-04-29 12:27:15 -04:00
Daniel Lowrey
bf89a74035 fix composer for php7 requirement 2015-04-29 12:07:51 -04:00
Daniel Lowrey
d4256833c9 update composer.json 2015-04-29 11:26:23 -04:00
Daniel Lowrey
22b308793a update support files 2015-04-27 15:16:26 -04:00
Grégoire Pineau
63305d486f Removed useless configuration in composer.json 2015-02-05 14:40:18 +01:00
Douglas G.R
cf3e13a595 Throws a RuntimeException if php-uv or libevent is not loaded.
Using UvReactor or LibeventReactor directly (instead of Amp\getReactor)
doesn't check if php-uv/libevent is loaded and dies with a 'Call to undefined
function' message.
2015-01-06 00:01:07 -02:00
Daniel Lowrey
9a2ab863f4 Drop php version requirement to 5.4 2014-10-20 09:45:49 -04:00
Daniel Lowrey
6b7c24e160 Update composer.json 2014-09-23 00:27:48 -04:00
Daniel Lowrey
7064ec5dc8 Migrate repo to amphp/amp 2014-09-23 00:06:03 -04:00
Daniel Lowrey
383a90cb68 Update composer package description 2014-08-06 00:25:48 -04:00
Daniel Lowrey
bb44d2a3c9 add functions file to autoloader 2014-08-02 02:10:05 -04:00
Daniel Lowrey
6777532a66 Added functions, reactor globals 2014-08-01 15:37:02 -04:00
Daniel Lowrey
16190c9b32 Improved composer support 2014-07-22 13:47:22 -04:00
Daniel Lowrey
1762f9d69d Remove concurrency primitives (moved to separate repo) 2014-04-27 00:17:40 -04:00
Daniel Lowrey
ad0a2b571c Minor updates for tagged release 2014-04-09 16:32:28 -04:00
Daniel Lowrey
885969ff84 Time intervals now expressed in milliseconds (was seconds) 2014-03-07 12:02:03 -05:00
Daniel Lowrey
4e3a7598ef Test CHANGELOG and composer.json updates 2014-03-06 21:46:57 -05:00