File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed
Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ # v1.0.3, 2018-04-04
2+ * General fixes
3+
14# v1.0.2, 2015-10-26
25* Composer added
36
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 Force
3+ Copyright (c) 2018 Flextype Components
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11<?php
22
3+ namespace Flextype \Component \Session ;
4+
35/**
46 * This file is part of the Force Components.
57 *
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments