Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4bc6ee7
[Notifier] Add Orange SMS bridge
enigma972 Jan 1, 2022
d7f88de
[Notifier] Fix Tests classes namespaces
enigma972 Jan 1, 2022
dad3317
[Notifier][Bridge][OrangeSms] Add somes git files
enigma972 Jan 1, 2022
e65759e
[Notifier][Bridge][OrangeSms] Fix tests
enigma972 Jan 1, 2022
e2f73f8
[Notifier][Bridge][OrangeSms] Fix code standards
enigma972 Jan 1, 2022
bba4192
[Notifier][Bridge][OrangeSms] Fix tests
enigma972 Jan 1, 2022
666d342
[Notifier][Bridge][OrangeSms] Fix dsn parameter name
enigma972 Jan 1, 2022
174b8a9
[Notifier][Bridge][OrangeSms] Fix dsn parameter name
enigma972 Jan 1, 2022
e1ab434
[Notifier][Bridge][OrangeSms] Fix tests
enigma972 Jan 1, 2022
ad7cc8d
[Notifier][Bridge][OrangeSms] Fix CS
enigma972 Jan 2, 2022
fff38ec
[Notifier][Bridge][OrangeSms] Fix CS
enigma972 Jan 2, 2022
66991ce
[Notifier][Bridge][OrangeSms] Fix scheme
enigma972 Jan 3, 2022
c222672
[Notifier][Bridge][OrangeSms] change scheme test host
enigma972 Jan 3, 2022
9b0658f
[Notifier][Bridge][OrangeSms] Fix missing transport parameters
enigma972 Jan 3, 2022
6deb236
[Notifier][Bridge][OrangeSms] Prevent null sender name on __toString()
enigma972 Jan 3, 2022
a272b6d
[Notifier][Bridge][OrangeSms] Format LICENCE file
enigma972 Jan 3, 2022
c68be45
[Notifier][Bridge][OrangeSms] Fix reviewer request
enigma972 Jan 3, 2022
cc3adfb
[Notifier][Bridge][OrangeSms] Fix type return
enigma972 Jan 3, 2022
1c3a4c8
[Notifier][Bridge][OrangeSms] Fix property type
enigma972 Jan 4, 2022
090acd7
[Notifier][Bridge][OrangeSms] Fix CS
enigma972 Jan 4, 2022
193a34c
Merge branch 'symfony:5.4' into 5.4
enigma972 Jan 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Notifier][Bridge][OrangeSms] Format LICENCE file
  • Loading branch information
enigma972 committed Jan 3, 2022
commit a272b6d04e81cea2ca4d35d3e34a58bf7588e4f1
8 changes: 4 additions & 4 deletions src/Symfony/Component/Notifier/Bridge/OrangeSms/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand All @@ -15,5 +15,5 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.