Skip to content

Commit f37bd1b

Browse files
authored
5.1.0
1 parent 6b54aef commit f37bd1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "jwprogrammer/allegro-scraper",
3+
"description": "Contact: https://t.me/JWprogrammer \nExtractor (scraper, crawler, parser) of products from Allegro. \nIt receives the search output of Allegro.pl, as well as detailed information about the products.",
4+
"type": "library",
5+
"autoload": {
6+
"psr-4": {
7+
"AllegroScraper\\": "src/"
8+
}
9+
},
10+
"authors": [
11+
{
12+
"name": "Telegram: @JWprogrammer",
13+
"homepage": "https://www.parser.best/en/allegro-scraper-extractor.php"
14+
}
15+
],
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)