Skip to content

Commit fdef092

Browse files
committed
The repository was updated to version 1.1.1
1 parent 42a9c6c commit fdef092

File tree

13 files changed

+26
-477
lines changed

13 files changed

+26
-477
lines changed

.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/tests export-ignore
2+
/src/Exception export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
CHANGELOG.md export-ignore
6+
CONDUCT.md export-ignore
7+
contributors.txt export-ignore
8+
README.md export-ignore
9+
README-ES.md export-ignore
10+
.editorconfig export-ignore
11+
composer.lock export-ignore

.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

CONDUCT.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

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) `2016` `Josantonius, https://github.com/Josantonius <info@josantonius.com>`
4+
Copyright (c) `2016 - 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: 0 additions & 125 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/cookie",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "library",
55
"description": "PHP library for handling cookies.",
66
"keywords": [
@@ -12,15 +12,20 @@
1212
"authors": [
1313
{
1414
"name": "Josantonius",
15-
"email": "info@josantonius.com",
16-
"homepage": "https://github.com/josantonius",
15+
"email": "hello@josantonius.com",
16+
"homepage": "https://josantonius.com",
1717
"role": "Developer"
1818
}
1919
],
20-
"minimum-stability": "dev",
21-
"prefer-stable" : true,
20+
"support": {
21+
"source": "https://github.com/josantonius/php-cookie"
22+
},
23+
"config": {
24+
"preferred-install": "dist"
25+
},
26+
"minimum-stability": "stable",
2227
"require": {
23-
"php" : ">=5.6"
28+
"php": "^5.6 || ^7.0"
2429
},
2530
"autoload": {
2631
"psr-4": {

contributors.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)