diff --git a/composer.json b/composer.json index d004b0c..69f2231 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "tiamo/phpas2", "description": "PHPAS2 is a php-based implementation of the EDIINT AS2 standard", "type": "library", - "version": "1.4.0", + "version": "1.4.1", "authors": [ { "name": "Vladyslav K", diff --git a/docs/index.md b/docs/index.md index 52cdda4..a1c113c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ # DOCUMENTATION -Please have a look at an example application based on Slim3 framework. +Please have a look at an example application based on Slim3 framework. + You can also create your own classes. - Implement MessageRepository class based on \AS2\MessageRepositoryInterface