Skip to content

Commit a06046a

Browse files
committed
v1.0.3
1 parent 72f1614 commit a06046a

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.0.3, 2018-04-04
2+
* General fixes
3+
14
# v1.0.2, 2015-10-26
25
* Composer added
36

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Force
3+
Copyright (c) 2018 Flextype Components
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Session.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Flextype\Component\Session;
4+
35
/**
46
* This file is part of the Force Components.
57
*

composer.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"name": "force/session",
3-
"keywords": ["url"],
2+
"name": "flextype-components/session",
3+
"keywords": ["session"],
4+
"type": "library",
45
"license": "MIT",
5-
"homepage": "https://github.com/force-components/Session/issues",
6-
"description": "Simple and PHP Class to with Session",
6+
"homepage": "https://github.com/flextype-components/session",
7+
"description": "Simple Session Class",
78
"authors": [
89
{
910
"name": "Sergey Romanenko",
10-
"email": "awilum@msn.com"
11+
"email": "awilum@yandex.ru"
1112
}
1213
],
1314
"support": {
14-
"issues": "https://github.com/force-components/Session/issues"
15-
},
16-
"autoload": {
17-
"files": [
18-
"Session.php"
19-
]
15+
"issues": "https://github.com/flextype-components/session/issues"
2016
},
2117
"require": {
22-
"php": ">=5.3.0"
18+
"php": "^7.1.3"
19+
},
20+
"autoload": {
21+
"psr-4": { "Flextype\\Component\\Session\\": "" }
2322
}
2423
}

0 commit comments

Comments
 (0)