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

Commit

Permalink
prepare ^7.3 release (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Dec 17, 2021
1 parent f5dd794 commit 4c7aa6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4,995 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.env
*_*_*_*_*.json
.DS_Store
composer.lock
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Instagram Export
[![Build Status](https://github.com/vintagesucks/instagram-export/workflows/Build/badge.svg)](https://github.com/vintagesucks/instagram-export/actions) [![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) ![PHP](https://img.shields.io/badge/PHP-%5E7.3.0-blue.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-round)](#contributors)
[![Build Status](https://github.com/vintagesucks/instagram-export/workflows/Build/badge.svg)](https://github.com/vintagesucks/instagram-export/actions) [![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) ![PHP](https://img.shields.io/badge/PHP-%5E7.3-blue.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-round)](#contributors)

Exports all items on an Instagram profile to JSON using [Instagram-API](https://github.com/vintagesucks/instagram-export/tree/master/packages/mgp25/instagram-php). Motivated by [this tweet](https://twitter.com/LeaVerou/status/929542539425677312) by Lea Verou.

## Prerequisites

* [PHP 7.3](https://www.php.net/)
* [PHP](https://www.php.net/) 7.3 or 7.4
* [Composer](https://getcomposer.org/)

## Setup
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.3.0",
"php": "^7.3",
"laravel-zero/framework": "^8.2.0",
"mgp25/instagram-api": "@dev"
},
Expand Down
Loading

0 comments on commit 4c7aa6c

Please sign in to comment.