Skip to content

Commit d7c52c0

Browse files
committed
chore : getting ready for 2.x release
1 parent ed8f231 commit d7c52c0

File tree

10 files changed

+3087
-972
lines changed

10 files changed

+3087
-972
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_ENV = "dev"
1+
APP_ENV = "prod"
22

33
DB_HOST = "localhost"
44
DB_USER = ""

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
composer.phar
22
/vendor/
3+
/framework/cache/
34

45
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
56
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

composer.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"scrawler/app": "^1.0",
20-
"scrawler/database": "^1.0",
21-
"filp/whoops": "^2.16",
22-
"scrawler/blade": "^1.0",
23-
"scrawler/storage": "^1.0",
24-
"vlucas/phpdotenv": "^5.6"
19+
"scrawler/app": "^2.1",
20+
"scrawler/database": "^2.0",
21+
"scrawler/blade": "^2.0",
22+
"scrawler/storage": "^2.0",
23+
"vlucas/phpdotenv": "^5.6",
24+
"scrawler/exception": "^2.1"
25+
},
26+
"require-dev": {
27+
"phpstan/phpstan": "^1.12"
2528
}
2629
}

0 commit comments

Comments
 (0)