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

Commit

Permalink
Last update before archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Aug 18, 2022
1 parent 889cb79 commit 43fb7de
Show file tree
Hide file tree
Showing 9 changed files with 232 additions and 578 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [Josantonius]
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.git*/
vendor/
docs/*.pyc
docs/_build
build/artifacts/
coverage/
.vscode/
docs/cache/
composer.phar
composer.lock
composer-test.lock
phpcbf-fixed.diff
.idea
.DS_STORE
.php_cs.cache
.php_cs.cache
php-request.code-workspace
.repository.md
.phpunit.result.cache
coverage.xml
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1 - 2022-08-18

The repository was archived.

## 2.0.0 - 2018-09-22

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

* The repository was synchronized with Travis CI to implement continuous integration.

* Added `Request/src/bootstrap.php` file

* Added `Request/tests/bootstrap.php` file.
Expand Down Expand Up @@ -159,4 +163,3 @@
* Added `Josantonius\Request\Tests\RequestTest::testIsPut()` method.
* Added `Josantonius\Request\Tests\RequestTest::testIsDelete()` method.
* Added `Josantonius\Request\Tests\RequestTest::testIsAjax()` method.

341 changes: 0 additions & 341 deletions README-ES (copia).md

This file was deleted.

Loading

0 comments on commit 43fb7de

Please sign in to comment.