update to latest SPL

This commit is contained in:
Dylan K. Taylor 2019-08-25 19:32:20 +01:00
parent 6e692d76d5
commit c4376d13ae
3 changed files with 7 additions and 7 deletions

8
composer.lock generated
View File

@ -488,12 +488,12 @@
"source": {
"type": "git",
"url": "https://github.com/pmmp/SPL.git",
"reference": "49a4b0187f2aa9daa1a9457aefa1f4cbcc5ead92"
"reference": "6fee4ae7d2b4b0463702cb427626bc9def32fb61"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pmmp/SPL/zipball/49a4b0187f2aa9daa1a9457aefa1f4cbcc5ead92",
"reference": "49a4b0187f2aa9daa1a9457aefa1f4cbcc5ead92",
"url": "https://api.github.com/repos/pmmp/SPL/zipball/6fee4ae7d2b4b0463702cb427626bc9def32fb61",
"reference": "6fee4ae7d2b4b0463702cb427626bc9def32fb61",
"shasum": ""
},
"type": "library",
@ -509,7 +509,7 @@
"support": {
"source": "https://github.com/pmmp/SPL/tree/master"
},
"time": "2019-07-20T14:32:24+00:00"
"time": "2019-08-25T18:29:14+00:00"
}
],
"packages-dev": [],

View File

@ -32,10 +32,10 @@ use function substr;
*/
class PharPluginLoader implements PluginLoader{
/** @var \ClassLoader */
/** @var \DynamicClassLoader */
private $loader;
public function __construct(\ClassLoader $loader){
public function __construct(\DynamicClassLoader $loader){
$this->loader = $loader;
}

@ -1 +1 @@
Subproject commit 27fc9126b486c6d8bb208ee613d5626463a546e7
Subproject commit e16a36e7dad4230f0e3a9492e17c50357d3d5553