Commits (2)
- Guy Thouret authored
[Sprint/InterestingIguana] (fix) Blog: Check if an activity exists before creating to prevent double posts
673cd6f9 - Mark Harding authored
[Sprint/InterestingIguana] (fix) Blog: Check if an activity exists before creating to prevent double posts Closes #632 See merge request !272
eae53494
Showing
... | ... | @@ -2,21 +2,22 @@ |
"name": "minds/minds", | ||
"description": "The core minds social engine", | ||
"require": { | ||
"php": "~7.1", | ||
"aws/aws-sdk-php": "^3.38", | ||
"braintree/braintree_php": "3.5.0", | ||
"datastax/php-driver": "1.2.2", | ||
"elasticsearch/elasticsearch": "^6.1", | ||
"elasticsearch/elasticsearch": "^6.1", | ||
"facebook/php-sdk-v4": "~5.0", | ||
"firebase/php-jwt": "3.0.*", | ||
"kramnorth/cinemr-php-sdk": "dev-master@dev", | ||
"kickbox/kickbox": "*", | ||
"kickbox/kickbox": "*", | ||
"Minds/Surge": "dev-master@dev", | ||
"minds/mw3": "dev-master@dev", | ||
"neoxygen/neoclient": "^3.3", | ||
"paypal/rest-api-sdk-php": "1.3.2", | ||
"phpmailer/phpmailer": "~5.2", | ||
"stripe/stripe-php": "~4.12", | ||
"thobbs/phpcassa": "dev-minds-legacy", | ||
"thobbs/phpcassa": "dev-minds-legacy", | ||
"tijsverkoyen/twitteroauth": "dev-master@dev", | ||
"twilio/sdk": "5.26.*", | ||
"videlalvaro/php-amqplib": "dev-master@dev", | ||
... | ... |