Skip to content

Commit

Permalink
upgrade autoloader to PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolnikov911 committed Nov 15, 2018
1 parent bbc2ca8 commit 1f5d358
Show file tree
Hide file tree
Showing 38 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yandex Turbo Pages Change Log
=============================

Dev-master
1.1.2 November 15, 2018
--------------------
* Enh: added accordion method into Content helper
* Enh: added rating method into Content helper
Expand All @@ -10,6 +10,7 @@ Dev-master
* Enh: added adBlockPosition method into Content helper
* Enh: added slider method into Content helper
* Enh: added additionalContent method into Content helper
* Enh: upgraded autoload to PSR-4

1.1.1 July 10, 2018
--------------------
Expand Down
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"feed",
"php"
],
"version": "v1.1.1",
"version": "v1.1.2",
"homepage": "https://github.com/sokolnikov91/yandex-turbo-pages-php5",
"license": "MIT",
"authors": [
Expand All @@ -26,12 +26,17 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"mockery/mockery": "~0.9"
"phpunit/phpunit": "~4.8.9",
"mockery/mockery": "~0.9.9"
},
"autoload": {
"psr-0": {
"sokolnikov911\\YandexTurboPages": "src"
"psr-4": {
"sokolnikov911\\YandexTurboPages\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"sokolnikov911\\YandexTurboPages\\": "tests/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1f5d358

Please sign in to comment.