Skip to content

Commit fa7f83c

Browse files
committed
Update to Laravel 5.5 auto package discovery
1 parent 7dad06b commit fa7f83c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33
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+
- Nothing
14+
415
## 1.1.3 (2017-06-29)
516

617
### Added

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,15 @@
2121
"Ssheduardo\\Redsys\\": "src"
2222
}
2323
},
24-
"minimum-stability": "stable"
24+
"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+
}
2535
}

0 commit comments

Comments
 (0)