Skip to content

Commit fe76954

Browse files
committed
Moved readme images into docs directory.
Updated readme to use this repository's assets.
1 parent e4ad0ab commit fe76954

7 files changed

Lines changed: 5 additions & 6 deletions

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Porter <img src="https://github.com/ScriptFUSION/Porter/wiki/images/porter%20222x.png" align="right">
1+
Porter <img src="https://github.com/ScriptFUSION/Porter/blob/master/docs/images/porter%20222x.png?raw=true" align="right">
22
======
33

44
[![Latest version][Version image]][Releases]
@@ -548,14 +548,13 @@ public function fetch(ConnectionContext $context, $source)
548548
Requirements
549549
------------
550550

551-
- [PHP 5.5](http://php.net/)
551+
- [PHP 7.1](http://php.net/)
552552
- [Composer](https://getcomposer.org/)
553553

554554
Limitations
555555
-----------
556556

557-
- Imports must complete synchronously. That is, calls to `import()` are blocking. This will be addressed in v5 and is tracked by #15.
558-
- [Sub-imports][Sub-imports] must complete synchronously. That is, the previous sub-import must finish before the next starts.
557+
- No end-to-end data steaming interface yet.
559558

560559
Testing
561560
-------
@@ -608,8 +607,8 @@ Porter is published under the open source GNU Lesser General Public License v3.0
608607
[Porter icon]: https://avatars3.githubusercontent.com/u/16755913?v=3&s=35 "Porter providers"
609608
[Porter transformers icon]: https://avatars2.githubusercontent.com/u/24607042?v=3&s=35 "Porter transformers"
610609
[Porter connectors icon]: https://avatars3.githubusercontent.com/u/25672142?v=3&s=35 "Porter connectors"
611-
[Class diagram]: https://github.com/ScriptFUSION/Porter/wiki/images/diagrams/Porter%20UML%20class%20diagram%204.0.png
612-
[Data flow diagram]: https://github.com/ScriptFUSION/Porter/wiki/images/diagrams/Porter%20data%20flow%20diagram%204.0.png
610+
[Class diagram]: https://github.com/ScriptFUSION/Porter/blob/master/docs/images/diagrams/Porter%20UML%20class%20diagram%204.0.png?raw=true
611+
[Data flow diagram]: https://github.com/ScriptFUSION/Porter/blob/master/docs/images/diagrams/Porter%20data%20flow%20diagram%204.0.png?raw=true
613612
[ECB]: https://github.com/Provider/European-Central-Bank
614613
[CurrencyRecords]: https://github.com/Provider/European-Central-Bank/blob/master/src/Records/CurrencyRecords.php
615614
[ECB test]: https://github.com/Provider/European-Central-Bank/blob/master/test/DailyForexRatesTest.php
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)