-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robin Appelman <[email protected]>
- Loading branch information
1 parent
3a603ab
commit c9ecd64
Showing
11 changed files
with
136 additions
and
58 deletions.
There are no files selected for viewing
Submodule 3rdparty
updated
9 files
+1 −1 | composer.json | |
+6 −6 | composer.lock | |
+15 −0 | composer/autoload_classmap.php | |
+15 −0 | composer/autoload_static.php | |
+43 −43 | composer/installed.json | |
+2 −0 | icewind/streams/src/CallbackWrapper.php | |
+8 −4 | icewind/streams/src/Path.php | |
+25 −0 | icewind/streams/src/PathWrapper.php | |
+1 −1 | icewind/streams/src/Wrapper.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
}, | ||
"require": { | ||
"icewind/smb": "2.0.0", | ||
"icewind/streams": "0.4.1" | ||
"icewind/streams": "0.5.2" | ||
} | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
[ | ||
{ | ||
"name": "icewind/streams", | ||
"version": "0.4.1", | ||
"version_normalized": "0.4.1.0", | ||
"name": "icewind/smb", | ||
"version": "v2.0.0", | ||
"version_normalized": "2.0.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/icewind1991/Streams.git", | ||
"reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac" | ||
"url": "https://github.com/icewind1991/SMB.git", | ||
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/icewind1991/Streams/zipball/d3620e8dc410c86c2ba55579803679c4e0b289ac", | ||
"reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac", | ||
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a", | ||
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3" | ||
"icewind/streams": ">=0.2.0", | ||
"php": ">=5.4" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8", | ||
"satooshi/php-coveralls": "v1.0.0" | ||
"phpunit/phpunit": "^4.8" | ||
}, | ||
"time": "2016-06-02 14:37:52", | ||
"time": "2016-12-13T13:56:55+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"installation-source": "source", | ||
"autoload": { | ||
"psr-4": { | ||
"Icewind\\Streams\\Tests\\": "tests/", | ||
"Icewind\\Streams\\": "src/" | ||
"Icewind\\SMB\\": "src/", | ||
"Icewind\\SMB\\Test\\": "tests/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
|
@@ -40,37 +40,37 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"description": "A set of generic stream wrappers" | ||
"description": "php wrapper for smbclient and libsmbclient-php" | ||
}, | ||
{ | ||
"name": "icewind/smb", | ||
"version": "v2.0.0", | ||
"version_normalized": "2.0.0.0", | ||
"name": "icewind/streams", | ||
"version": "0.5.2", | ||
"version_normalized": "0.5.2.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/icewind1991/SMB.git", | ||
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a" | ||
"url": "https://github.com/icewind1991/Streams.git", | ||
"reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a", | ||
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a", | ||
"url": "https://api.github.com/repos/icewind1991/Streams/zipball/6bfd2fdbd99319f5e010d0a684409189a562cb1e", | ||
"reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"icewind/streams": ">=0.2.0", | ||
"php": ">=5.4" | ||
"php": ">=5.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8" | ||
"phpunit/phpunit": "^4.8", | ||
"satooshi/php-coveralls": "v1.0.0" | ||
}, | ||
"time": "2016-12-13 13:56:55", | ||
"time": "2016-12-02T14:21:23+00:00", | ||
"type": "library", | ||
"installation-source": "source", | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"Icewind\\SMB\\": "src/", | ||
"Icewind\\SMB\\Test\\": "tests/" | ||
"Icewind\\Streams\\Tests\\": "tests/", | ||
"Icewind\\Streams\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
|
@@ -83,6 +83,6 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"description": "php wrapper for smbclient and libsmbclient-php" | ||
"description": "A set of generic stream wrappers" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.