Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit fb55b12

Browse files
committed
Support Laravel 7
1 parent 26a8580 commit fb55b12

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
20-
"illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
21-
"lab123/aws-sns": "dev-master",
19+
"php": "^7.2",
20+
"andreshg112/aws-sns": "1.0.2",
21+
"illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.* || 7.*",
2222
"owen-it/laravel-auditing": "^9.0"
2323
},
2424
"require-dev": {
@@ -43,5 +43,11 @@
4343
},
4444
"config": {
4545
"sort-packages": true
46+
},
47+
"repositories": {
48+
"andreshg112/aws-sns": {
49+
"type": "vcs",
50+
"url": "https://github.com/andreshg112/aws-sns.git"
51+
}
4652
}
4753
}

0 commit comments

Comments
 (0)