Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit c5548d8

Browse files
committed
The repository was updated to version 1.0.1
1 parent 7d6f10c commit c5548d8

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/vendor export-ignore
12
.gitattributes export-ignore
23
.gitignore export-ignore
34
CHANGELOG.md export-ignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2017` `Josantonius, https://github.com/Josantonius <hola@josantonius.com>`
4+
Copyright (c) `2017` `Josantonius, https://josantonius.com <hello@josantonius.com>`
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

README-ES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ Esto está pensado para proyectos grandes y de larga duración.
5454

5555
### Licencia
5656

57-
Este proyecto está licenciado bajo la **licencia MIT**. Consulta el archivo [LICENSE](LICENSE) para más información.
57+
Este proyecto está licenciado bajo **licencia MIT**. Consulta el archivo [LICENSE](LICENSE) para más información.
5858

5959
### Copyright
6060

6161
2017 Josantonius, [josantonius.com](https://josantonius.com/)
6262

63-
Si te ha resultado útil... ¡házmelo saber! Sígueme en [Twitter](https://twitter.com/Josantonius).
63+
Si te ha resultado útil, házmelo saber :wink:
64+
65+
Puedes contactarme en [Twitter](https://twitter.com/Josantonius) o a través de mi [correo electrónico](mailto:hello@josantonius.com).

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Stable Version](https://poser.pugx.org/eliasis-framework/app/v/stable)](https://packagist.org/packages/eliasis-framework/fork-me-github) [![Total Downloads](https://poser.pugx.org/eliasis-framework/fork-me-github/downloads)](https://packagist.org/packages/eliasis-framework/fork-me-github) [![Latest Unstable Version](https://poser.pugx.org/eliasis-framework/fork-me-github/v/unstable)](https://packagist.org/packages/eliasis-framework/fork-me-github) [![License](https://poser.pugx.org/eliasis-framework/fork-me-github/license)](https://packagist.org/packages/eliasis-framework/fork-me-github)
44

5-
[Spanish version](README-ES.md)
5+
[Versión en español](README-ES.md)
66

77
![image](https://github.com/Eliasis-Framework/Eliasis/blob/master/resources/eliasis-php-framework.png)
88

@@ -61,4 +61,6 @@ This project is licensed under **MIT license**. See the [LICENSE](LICENSE) file
6161

6262
2017 Josantonius, [josantonius.com](https://josantonius.com/)
6363

64-
If you found this release useful please let the author know! Follow on [Twitter](https://twitter.com/Josantonius).
64+
If you find it useful, let me know :wink:
65+
66+
You can contact me on [Twitter](https://twitter.com/Josantonius) or through my [email](mailto:hello@josantonius.com).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"authors": [
1616
{
1717
"name": "Josantonius",
18-
"email": "hola@josantonius.com",
19-
"homepage": "https://github.com/josantonius",
18+
"email": "hello@josantonius.com",
19+
"homepage": "https://josantonius.com",
2020
"role": "Developer"
2121
}
2222
],

0 commit comments

Comments
 (0)