Skip to content

Commit

Permalink
Merge pull request #114 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
forevermatt authored Jun 14, 2021
2 parents c4a252e + 3fabdaa commit 8beb37b
Show file tree
Hide file tree
Showing 7 changed files with 875 additions and 364 deletions.
13 changes: 10 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
FROM silintl/php7:7.2
MAINTAINER Matt Henderson <[email protected]>
FROM silintl/php7:7.4
LABEL maintainer="[email protected]"

ENV REFRESHED_AT 2020-04-07
ENV REFRESHED_AT 2020-06-10

# Install cron
RUN apt-get update \
&& apt-get install -y \
cron \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /data

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 SIL International
Copyright (c) 2021 SIL International

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions application/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "silinternational/idp-id-sync",
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=7.0",
"ext-json": "*",
Expand Down
Loading

0 comments on commit 8beb37b

Please sign in to comment.