Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 43fb7de

Browse files
committed
Last update before archiving
1 parent 889cb79 commit 43fb7de

9 files changed

+232
-578
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [Josantonius]

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
.git*/
21
vendor/
3-
docs/*.pyc
4-
docs/_build
5-
build/artifacts/
2+
coverage/
3+
.vscode/
4+
docs/cache/
65
composer.phar
76
composer.lock
87
composer-test.lock
98
phpcbf-fixed.diff
10-
.idea
11-
.DS_STORE
12-
.php_cs.cache
9+
.php_cs.cache
10+
php-request.code-workspace
11+
.repository.md
12+
.phpunit.result.cache
13+
coverage.xml

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.0.1 - 2022-08-18
4+
5+
The repository was archived.
6+
37
## 2.0.0 - 2018-09-22
48

59
* The library was completely refactored without compatibility with previous versions and only compatible with PHP versions equal to or greater than 7.0.
@@ -59,7 +63,7 @@
5963
* Unit tests supported by `PHPUnit` were added.
6064

6165
* The repository was synchronized with Travis CI to implement continuous integration.
62-
66+
6367
* Added `Request/src/bootstrap.php` file
6468

6569
* Added `Request/tests/bootstrap.php` file.
@@ -159,4 +163,3 @@
159163
* Added `Josantonius\Request\Tests\RequestTest::testIsPut()` method.
160164
* Added `Josantonius\Request\Tests\RequestTest::testIsDelete()` method.
161165
* Added `Josantonius\Request\Tests\RequestTest::testIsAjax()` method.
162-

README-ES (copia).md

-341
This file was deleted.

0 commit comments

Comments
 (0)