We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dad06b commit fa7f83cCopy full SHA for fa7f83c
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# Changelog
2
3
All Notable changes to `Redsys` will be documented in this file
4
+## 1.2 (2017-09-02)
5
+
6
+### Added
7
+- Update to Laravel 5.5 auto package discovery
8
9
+### Deprecated
10
+- Nothing
11
12
+### Fixed
13
14
15
## 1.1.3 (2017-06-29)
16
17
### Added
composer.json
@@ -21,5 +21,15 @@
21
"Ssheduardo\\Redsys\\": "src"
22
}
23
},
24
- "minimum-stability": "stable"
+ "minimum-stability": "stable",
25
+ "extra": {
26
+ "laravel": {
27
+ "providers": [
28
+ "Ssheduardo\\Redsys\\RedsysServiceProvider"
29
+ ],
30
+ "aliases": {
31
+ "Redsys": "Ssheduardo\\Redsys\\Facades\\Redsys"
32
+ }
33
34
35
0 commit comments