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

Commit

Permalink
Repository version updated and the minimum required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Jan 30, 2017
1 parent 43aee58 commit 6b83fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"keywords": [
"Request",
"HTTP methods",
" GET",
" POST",
"GET",
"POST",
"PUT",
"DELETE",
"AJAX",
Expand Down Expand Up @@ -42,4 +42,4 @@
"dev-master": "1.0-dev"
}
}
}
}
2 changes: 1 addition & 1 deletion tests/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ public static function testIsAjax() {

var_dump(Request::isAjax());
}
}
}

0 comments on commit 6b83fa2

Please sign in to comment.