mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
Change namespace to AsyncInterop
This commit is contained in:
parent
06ea46effb
commit
0c77b964fe
@ -5,12 +5,12 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"async-interop/promise": "^0.3|dev-master",
|
||||
"async-interop/promise": "^0.3",
|
||||
"phpunit/phpunit": "^4|^5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Interop\\Async\\Promise\\": "src"
|
||||
"AsyncInterop\\Promise\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Interop\Async\Promise;
|
||||
namespace AsyncInterop\Promise;
|
||||
|
||||
use Interop\Async\Promise;
|
||||
use AsyncInterop\Promise;
|
||||
|
||||
abstract class Test extends \PHPUnit_Framework_TestCase {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user