Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
- Updating project url
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 17, 2018
1 parent ea49e9f commit a61a164
Show file tree
Hide file tree
Showing 28 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"name" : "iPublikuj:cms",
"email" : "[email protected]",
"homepage" : "http://www.ipublikuj.eu/"
"homepage" : "https://www.ipublikuj.eu/"
}
],

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ extensions:
Learn how to store and serve images with this library in [documentation](https://github.com/iPublikuj/images/blob/master/docs/en/index.md).

***
Homepage [http://www.ipublikuj.eu](http://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/images](http://github.com/iPublikuj/images).
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/images](http://github.com/iPublikuj/images).
4 changes: 2 additions & 2 deletions src/IPub/Images/Application/ImageResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* ImageResponse.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Application
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Application/Presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Presenter.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Application
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Application/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Route.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Application
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/DI/ImagesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* ImageExtension.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage DI
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/FileNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* FileNotFoundException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/IException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* IException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/IOException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* FileNotFoundException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* InvalidArgumentException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/InvalidStateException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* InvalidStateException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Exceptions/NotAllowedImageSizeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* NotAllowedImageSizeException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Exceptions
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Helpers/Converters.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Converters.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Helpers
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/ImagesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* ImagesLoader.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage common
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Latte/Macros.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Macros.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Latte
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Providers/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* IProvider.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Providers
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Providers/PresenterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* PresenterProvider.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Providers
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/TImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* TImages.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage common
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Templating/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Helpers.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Templating
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Validators/IValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* IValidator.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Validators
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/Images/Validators/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Validator.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Validators
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/ConvertersTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/PresenterProviderTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/PresenterTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/RouterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Test: IPub\Images\RouterFactory
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/TemplatingTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/Images/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @testCase
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @license https://www.ipublikuj.eu
* @author Adam Kadlec https://www.ipublikuj.eu
* @package iPublikuj:Images!
* @subpackage Tests
* @since 1.0.0
Expand Down

0 comments on commit a61a164

Please sign in to comment.