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

Commit f64f921

Browse files
committed
The repository was updated to version 1.0.1
1 parent d44a865 commit f64f921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ La mejor manera de hacerlo es utilizando [Composer](http://getcomposer.org/downl
2828

2929
$ composer require eliasis-framework/fork-me-github
3030

31-
El comando anterior solamente instalará los archivos necesarios, si prefieres descargar todo el código, incluyendo tests, puedes utilizar:
31+
El comando anterior sólo instalará los archivos necesarios, si prefieres descargar todo el código fuente (incluyendo tests, directorio vendor, excepciones no utilizadas, documentos...) puedes utilizar:
3232

3333
$ composer require eliasis-framework/fork-me-github --prefer-source
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The best way to do this is to use [Composer](http://getcomposer.org/download/).
2929

3030
$ composer require eliasis-framework/fork-me-github
3131

32-
The previous command will only install the necessary files, if you prefer to download the entire source, including tests, you can use:
32+
The previous command will only install the necessary files, if you prefer to download the entire source code (including tests, vendor folder, exceptions not used, docs...) you can use:
3333

3434
$ composer require eliasis-framework/fork-me-github --prefer-source
3535

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"source": "https://github.com/Eliasis-Framework/fork-me-github"
3131
},
3232
"require": {
33-
"composer/installers": "dev-master",
33+
"composer/installers": "master",
3434
"Josantonius/Asset" : "^1.1.1"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)