Skip to content

Commit

Permalink
Merge pull request #17 from ristekusdi/upgrade-version
Browse files Browse the repository at this point in the history
upgrade to php 7.4 and remove unnecessary ignore files
  • Loading branch information
kresnasatya committed Jan 18, 2024
2 parents fe83c2c + 0918347 commit 2887f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
vendor
composer.lock

# ignore doc-site branch asset
node_modules
build_local
source
composer.lock
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
]
},
"require": {
"php": "^7.2",
"illuminate/contracts": "^7.0",
"guzzlehttp/guzzle": "^7.4.5",
"php": "^7.4",
"illuminate/contracts": "^8.0",
"guzzlehttp/guzzle": "^7.8",
"vlucas/phpdotenv": "^5.4",
"symfony/console": "^5.4",
"illuminate/filesystem": "^7.30"
"illuminate/filesystem": "^8.0"
},
"bin": [
"bin/sso"
Expand All @@ -27,5 +27,7 @@
"name": "Riset dan Teknologi USDI",
"email": "usdi@unud.ac.id"
}
]
],
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 2887f3f

Please sign in to comment.